| ASN.1 structure DER En/DeCoder.
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 (OCTET STRING)
archiveRemGenPrivKey [2] BOOLEAN } -- set to TRUE if sender wishes receiver to archive the private key of a key pair which the receiver generates in response to this request; set to FALSE if no archival is desired.
|