Bouncy Castle Cryptography Library 1.66

org.bouncycastle.asn1.cmp
Class CertifiedKeyPair

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmp.CertifiedKeyPair
All Implemented Interfaces:
ASN1Encodable, Encodable

public class CertifiedKeyPair
extends ASN1Object

CertifiedKeyPair ::= SEQUENCE { certOrEncCert CertOrEncCert, privateKey [0] EncryptedValue OPTIONAL, -- see [CRMF] for comment on encoding publicationInfo [1] PKIPublicationInfo OPTIONAL }


Constructor Summary
CertifiedKeyPair(CertOrEncCert certOrEncCert)
           
CertifiedKeyPair(CertOrEncCert certOrEncCert, EncryptedValue privateKey, PKIPublicationInfo publicationInfo)
           
 
Method Summary
 CertOrEncCert getCertOrEncCert()
           
static CertifiedKeyPair getInstance(java.lang.Object o)
           
 EncryptedValue getPrivateKey()
           
 PKIPublicationInfo getPublicationInfo()
           
 ASN1Primitive toASN1Primitive()
          Return the primitive representation of PKIPublicationInfo.
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertifiedKeyPair

public CertifiedKeyPair(CertOrEncCert certOrEncCert)

CertifiedKeyPair

public CertifiedKeyPair(CertOrEncCert certOrEncCert,
                        EncryptedValue privateKey,
                        PKIPublicationInfo publicationInfo)
Method Detail

getInstance

public static CertifiedKeyPair getInstance(java.lang.Object o)

getCertOrEncCert

public CertOrEncCert getCertOrEncCert()

getPrivateKey

public EncryptedValue getPrivateKey()

getPublicationInfo

public PKIPublicationInfo getPublicationInfo()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Return the primitive representation of PKIPublicationInfo.

Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object
Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.66