Class PKIArchiveOptions

    • Constructor Detail

      • PKIArchiveOptions

        public PKIArchiveOptions​(EncryptedKey encKey)
      • PKIArchiveOptions

        public PKIArchiveOptions​(ASN1OctetString keyGenParameters)
      • PKIArchiveOptions

        public PKIArchiveOptions​(boolean archiveRemGenPrivKey)
    • Method Detail

      • getType

        public int getType()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
          PKIArchiveOptions ::= CHOICE {
              encryptedPrivKey     [0] EncryptedKey,
              -- the actual value of the private key
              keyGenParameters     [1] KeyGenParameters,
              -- parameters which allow the private key to be re-generated
              archiveRemGenPrivKey [2] BOOLEAN }
              -- set to TRUE if sender wishes receiver to archive the private
              -- key of a key pair that the receiver generates in response to
              -- this request; set to FALSE if no archival is desired.
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.