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 Details

  • Constructor Details

    • PduFunctionalType

      public PduFunctionalType(long value)
    • PduFunctionalType

      public PduFunctionalType(BigInteger value)
    • PduFunctionalType

      public PduFunctionalType(byte[] bytes)
  • Method Details

    • getInstance

      public static PduFunctionalType getInstance(Object src)
    • getFunctionalType

      public BigInteger getFunctionalType()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object