Class EncryptedPOP

java.lang.Object
org.mozilla.jss.pkix.cmc.EncryptedPOP
All Implemented Interfaces:
ASN1Value

public class EncryptedPOP extends Object implements ASN1Value
CMC EncryptedPOP:
    EncryptedPOP ::= SEQUENCE {
        request       TaggedRequest,
        cms             ContentInfo,
        thePOPAlgID     AlgorithmIdentifier,
        witnessAlgID    AlgorithmIdentifier,
        witness         OCTET STRING
    }