public class EndEntityType
extends org.bouncycastle.asn1.ASN1Object
EndEntityType ::= BIT STRING { app(0), enrol(1) } (SIZE (8)) (ALL EXCEPT ())
Constructor and Description |
---|
EndEntityType(org.bouncycastle.asn1.DERBitString str) |
EndEntityType(int eeType) |
Modifier and Type | Method and Description |
---|---|
static EndEntityType |
getInstance(java.lang.Object src) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int app
public static final int enrol
public EndEntityType(int eeType)
public EndEntityType(org.bouncycastle.asn1.DERBitString str)
public static EndEntityType getInstance(java.lang.Object src)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object