org.mozilla.jss.pkix.crmf
Class CertId
java.lang.Object
org.mozilla.jss.pkix.crmf.CertId
- ASN1Value
public class CertId
extends java.lang.Object
CRMF
CertId.
CertId ::= SEQUENCE {
issuer GeneralName,
serialNumber INTEGER }
CertId(ANY issuer, INTEGER serialNumber) - Constructs a new
CertId from its components.
|
CertId
public CertId(ANY issuer,
INTEGER serialNumber)
Constructs a new CertId
from its components. Neither
component may be null
.
encode
public void encode(OutputStream ostream)
throws IOException
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
OutputStream ostream)
throws IOException
- encode in interface ASN1Value
getIssuer
public ANY getIssuer()
Returns the issuer
field as an ANY
.
The actual type of the field is GeneralName.
getSerialNumber
public INTEGER getSerialNumber()
Returns the serialNumber
field.