Class OtherRevocationInfoFormat

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.OtherRevocationInfoFormat
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OtherRevocationInfoFormat extends ASN1Object
RFC 5652: OtherRevocationInfoFormat object.

 OtherRevocationInfoFormat ::= SEQUENCE {
      otherRevInfoFormat OBJECT IDENTIFIER,
      otherRevInfo ANY DEFINED BY otherRevInfoFormat }