public class OtherRevRefs
extends org.bouncycastle.asn1.ASN1Object
OtherRevRefs ::= SEQUENCE {
otherRevRefType OtherRevRefType,
otherRevRefs ANY DEFINED BY otherRevRefType
}
OtherRevRefType ::= OBJECT IDENTIFIER
| Constructor and Description |
|---|
OtherRevRefs(org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevRefType,
org.bouncycastle.asn1.ASN1Encodable otherRevRefs) |
| Modifier and Type | Method and Description |
|---|---|
static OtherRevRefs |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Encodable |
getOtherRevRefs() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getOtherRevRefType() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public OtherRevRefs(org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevRefType,
org.bouncycastle.asn1.ASN1Encodable otherRevRefs)
public static OtherRevRefs getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getOtherRevRefType()
public org.bouncycastle.asn1.ASN1Encodable getOtherRevRefs()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object