Class DERTaggedObjectBCFips

All Implemented Interfaces:
IASN1Encodable, IASN1Primitive, IASN1TaggedObject, IDERTaggedObject

public class DERTaggedObjectBCFips extends ASN1TaggedObjectBCFips implements IDERTaggedObject
Wrapper class for DERTaggedObject.
  • Constructor Details

    • DERTaggedObjectBCFips

      public DERTaggedObjectBCFips (org.bouncycastle.asn1.DERTaggedObject derTaggedObject)
      Creates new wrapper instance for DERTaggedObject.
      Parameters:
      derTaggedObject - DERTaggedObject to be wrapped
    • DERTaggedObjectBCFips

      public DERTaggedObjectBCFips (int i, org.bouncycastle.asn1.ASN1Encodable encodable)
      Creates new wrapper instance for DERTaggedObject.
      Parameters:
      i - int value to create DERTaggedObject to be wrapped
      encodable - ASN1Encodable to create DERTaggedObject to be wrapped
    • DERTaggedObjectBCFips

      public DERTaggedObjectBCFips (boolean b, int i, org.bouncycastle.asn1.ASN1Encodable encodable)
      Creates new wrapper instance for DERTaggedObject.
      Parameters:
      b - boolean to create DERTaggedObject to be wrapped
      i - int value to create DERTaggedObject to be wrapped
      encodable - ASN1Encodable to create DERTaggedObject to be wrapped
  • Method Details

    • getDERTaggedObject

      public org.bouncycastle.asn1.DERTaggedObject getDERTaggedObject()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped DERTaggedObject.