Class PduFunctionType

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class PduFunctionType
    extends org.bouncycastle.asn1.ASN1Integer
    • 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
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        getEncoded, getEncoded, hasEncodedTagValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PduFunctionType

        public PduFunctionType​(long value)
      • PduFunctionType

        public PduFunctionType​(java.math.BigInteger value)
      • PduFunctionType

        public PduFunctionType​(byte[] bytes)
    • Method Detail

      • getInstance

        public static PduFunctionType getInstance​(java.lang.Object src)