| Modifier and Type | Class and Description |
|---|---|
static class |
IssuerAndSubject.Template
A Template for decoding an
IssuerAndSubject. |
| Constructor and Description |
|---|
IssuerAndSubject(ANY issuer,
ANY subject,
INTEGER certReqId) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using
its own base tag.
|
void |
encode(Tag implicitTag,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using
an implicit tag.
|
INTEGER |
getCertReqId()
Returns the
certReqId field, which may be null. |
ANY |
getIssuer()
Returns the
issuer field. |
ANY |
getSubject()
Returns the
subject field. |
Tag |
getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
|
static IssuerAndSubject.Template |
getTemplate() |
public ANY getIssuer()
issuer field.public ANY getSubject()
subject field.public INTEGER getCertReqId()
certReqId field, which may be null.public Tag getTag()
ASN1Valuepublic void encode(java.io.OutputStream ostream)
throws java.io.IOException
ASN1Valuepublic void encode(Tag implicitTag, java.io.OutputStream ostream) throws java.io.IOException
ASN1Valuepublic static IssuerAndSubject.Template getTemplate()