Class HeaderInfoContributorId

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.oer.its.HeaderInfoContributorId
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class HeaderInfoContributorId extends org.bouncycastle.asn1.ASN1Integer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

    • HeaderInfoContributorId

      public HeaderInfoContributorId(long value)
    • HeaderInfoContributorId

      public HeaderInfoContributorId(BigInteger value)
    • HeaderInfoContributorId

      public HeaderInfoContributorId(byte[] bytes)
  • Method Details