Class SCVPReqRes

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class SCVPReqRes
    extends ASN1Object
    RFC 5940: Additional Cryptographic Message Syntax (CMS) Revocation Information Choices.

     SCVPReqRes ::= SEQUENCE {
         request  [0] EXPLICIT ContentInfo OPTIONAL,
         response     ContentInfo }
     
    • Method Detail

      • getInstance

        public static SCVPReqRes getInstance​(java.lang.Object obj)
        Return a SCVPReqRes object from the given object.

        Accepted inputs:

        Parameters:
        obj - the object we want converted.
        Throws:
        java.lang.IllegalArgumentException - if the object cannot be converted.