Package org.bouncycastle.oer.its
Class PduFunctionType
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1Integer
-
- org.bouncycastle.oer.its.PduFunctionType
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PduFunctionType extends org.bouncycastle.asn1.ASN1Integer
-
-
Field Summary
Fields Modifier and Type Field Description static PduFunctionType
iso21177ExtendedAuth
static PduFunctionType
tlsHandshake
-
Constructor Summary
Constructors Constructor Description PduFunctionType(byte[] bytes)
PduFunctionType(long value)
PduFunctionType(java.math.BigInteger value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PduFunctionType
getInstance(java.lang.Object src)
-
Methods inherited from class org.bouncycastle.asn1.ASN1Integer
getInstance, getPositiveValue, getValue, hashCode, hasValue, hasValue, hasValue, intPositiveValueExact, intValueExact, longValueExact, toString
-
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
-
-
-
Field Detail
-
tlsHandshake
public static final PduFunctionType tlsHandshake
-
iso21177ExtendedAuth
public static final PduFunctionType iso21177ExtendedAuth
-
-
Method Detail
-
getInstance
public static PduFunctionType getInstance(java.lang.Object src)
-
-