Class CertifiedKeyPair

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

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