Class ExtendedFailInfo

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class ExtendedFailInfo
    extends org.bouncycastle.asn1.ASN1Object
    ExtendedFailInfo ::= SEQUENCE { failInfoOID OBJECT IDENTIFIER, failInfoValue ANY DEFINED BY failInfoOID }
    • Constructor Detail

      • ExtendedFailInfo

        public ExtendedFailInfo​(org.bouncycastle.asn1.ASN1ObjectIdentifier failInfoOID,
                                org.bouncycastle.asn1.ASN1Encodable failInfoValue)
    • Method Detail

      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      • getFailInfoOID

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getFailInfoOID()
      • getFailInfoValue

        public org.bouncycastle.asn1.ASN1Encodable getFailInfoValue()