public class CertifiedKeyPair extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
CertifiedKeyPair(CertOrEncCert certOrEncCert) |
CertifiedKeyPair(CertOrEncCert certOrEncCert,
EncryptedValue privateKey,
PKIPublicationInfo publicationInfo) |
| Modifier and Type | Method and Description |
|---|---|
CertOrEncCert |
getCertOrEncCert() |
static CertifiedKeyPair |
getInstance(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 CertifiedKeyPair(CertOrEncCert certOrEncCert)
public CertifiedKeyPair(CertOrEncCert certOrEncCert, EncryptedValue privateKey, PKIPublicationInfo publicationInfo)
public static CertifiedKeyPair getInstance(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 ASN1EncodableCopyright © 2015. All rights reserved.