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 -
Constructor Summary
ConstructorsConstructorDescriptionPduFunctionalType
(byte[] bytes) PduFunctionalType
(long value) PduFunctionalType
(BigInteger value) -
Method Summary
Modifier and TypeMethodDescriptionstatic PduFunctionalType
getInstance
(Object src) org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
tlsHandshake
-
iso21177ExtendedAuth
-
-
Constructor Details
-
PduFunctionalType
public PduFunctionalType(long value) -
PduFunctionalType
-
PduFunctionalType
public PduFunctionalType(byte[] bytes)
-
-
Method Details
-
getInstance
-
getFunctionalType
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-