org.mozilla.jss.pkix.cmmf
Class CertResponse
java.lang.Object
org.mozilla.jss.pkix.cmmf.CertResponse
- ASN1Value
public class CertResponse
extends java.lang.Object
TAG
public static final Tag TAG
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
getCertReqId
public INTEGER getCertReqId()
getCertifiedKeyPair
public CertifiedKeyPair getCertifiedKeyPair()
Returns the optional certified key pair. Should only be called if
the certifiedKeyPair field is present.
hasCertifiedKeyPair
public boolean hasCertifiedKeyPair()
Returns true
if the certifiedKeyPair field is present.