public class ExtendedFailInfo
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
ExtendedFailInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier failInfoOID,
org.bouncycastle.asn1.ASN1Encodable failInfoValue) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getFailInfoOID() |
org.bouncycastle.asn1.ASN1Encodable |
getFailInfoValue() |
static ExtendedFailInfo |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public ExtendedFailInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier failInfoOID,
org.bouncycastle.asn1.ASN1Encodable failInfoValue)
public static ExtendedFailInfo getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic org.bouncycastle.asn1.ASN1ObjectIdentifier getFailInfoOID()
public org.bouncycastle.asn1.ASN1Encodable getFailInfoValue()