org.mozilla.jss.pkix.cmc
public class GetCert extends Object implements ASN1Value
GetCert ::= SEQUENCE { issuerName GeneralName, serialNumber INTEGER }
Nested Class Summary | |
---|---|
static class | GetCert.Template
A Template for decoding a GetCert . |
Constructor Summary | |
---|---|
GetCert(ANY issuerName, INTEGER serialNumber)
Constructs a new GetCert from its components. |
Method Summary | |
---|---|
void | encode(OutputStream ostream) |
void | encode(Tag implicitTag, OutputStream ostream) |
ANY | getIssuer()
Returns the issuerName field as an ANY .
|
INTEGER | getSerialNumber()
Returns the serialNumber field. |
Tag | getTag() |
static GetCert.Template | getTemplate() |
GetCert
from its components. Neither
component may be null
.issuerName
field as an ANY
.
The actual type of the field is GeneralName.serialNumber
field.