org.bouncycastle.asn1.cmp
public class CertifiedKeyPair extends ASN1Encodable
BER, DER| Modifier and Type | Method and Description |
|---|---|
CertOrEncCert |
getCertOrEncCert() |
static CertifiedKeyPair |
getInstance(java.lang.Object o) |
EncryptedValue |
getPrivateKey() |
PKIPublicationInfo |
getPublicationInfo() |
DERObject |
toASN1Object()
CertifiedKeyPair ::= SEQUENCE {
certOrEncCert CertOrEncCert,
privateKey [0] EncryptedValue OPTIONAL,
-- see [CRMF] for comment on encoding
publicationInfo [1] PKIPublicationInfo OPTIONAL
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static CertifiedKeyPair getInstance(java.lang.Object o)
public CertOrEncCert getCertOrEncCert()
public EncryptedValue getPrivateKey()
public PKIPublicationInfo getPublicationInfo()
public DERObject toASN1Object()
CertifiedKeyPair ::= SEQUENCE {
certOrEncCert CertOrEncCert,
privateKey [0] EncryptedValue OPTIONAL,
-- see [CRMF] for comment on encoding
publicationInfo [1] PKIPublicationInfo OPTIONAL
}
toASN1Object in class ASN1Encodable