public class OtherRevVals
extends org.bouncycastle.asn1.ASN1Object
OtherRevVals ::= SEQUENCE {
otherRevValType OtherRevValType,
otherRevVals ANY DEFINED BY OtherRevValType
}
OtherRevValType ::= OBJECT IDENTIFIER
| Constructor and Description |
|---|
OtherRevVals(org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevValType,
org.bouncycastle.asn1.ASN1Encodable otherRevVals) |
| Modifier and Type | Method and Description |
|---|---|
static OtherRevVals |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Encodable |
getOtherRevVals() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getOtherRevValType() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public OtherRevVals(org.bouncycastle.asn1.ASN1ObjectIdentifier otherRevValType,
org.bouncycastle.asn1.ASN1Encodable otherRevVals)
public static OtherRevVals getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getOtherRevValType()
public org.bouncycastle.asn1.ASN1Encodable getOtherRevVals()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object