Class EncryptedContentInfoParser


  • public class EncryptedContentInfoParser
    extends java.lang.Object
    Parser for RFC 5652 EncryptedContentInfo object.

     EncryptedContentInfo ::= SEQUENCE {
         contentType ContentType,
         contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
         encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL 
     }
     
    • Constructor Detail

      • EncryptedContentInfoParser

        public EncryptedContentInfoParser​(ASN1SequenceParser seq)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getEncryptedContent

        public ASN1Encodable getEncryptedContent​(int tag)
                                          throws java.io.IOException
        Throws:
        java.io.IOException