Class PduFunctionalType
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.PduFunctionalType
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PduFunctionalType extends org.bouncycastle.asn1.ASN1Object
PduFunctionalType ::= INTEGER (0..255) tlsHandshake PduFunctionalType ::= 1 iso21177ExtendedAuth PduFunctionalType ::= 2
-
-
Field Summary
Fields Modifier and Type Field Description static PduFunctionalType
iso21177ExtendedAuth
static PduFunctionalType
tlsHandshake
-
Constructor Summary
Constructors Constructor Description PduFunctionalType(byte[] bytes)
PduFunctionalType(long value)
PduFunctionalType(java.math.BigInteger value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getFunctionalType()
static PduFunctionalType
getInstance(java.lang.Object src)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Field Detail
-
tlsHandshake
public static final PduFunctionalType tlsHandshake
-
iso21177ExtendedAuth
public static final PduFunctionalType iso21177ExtendedAuth
-
-
Method Detail
-
getInstance
public static PduFunctionalType getInstance(java.lang.Object src)
-
getFunctionalType
public java.math.BigInteger getFunctionalType()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-