Class DERTaggedObjectBC

    • Constructor Detail

      • DERTaggedObjectBC

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

        public DERTaggedObjectBC​(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
      • DERTaggedObjectBC

        public DERTaggedObjectBC​(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 Detail

      • getDERTaggedObject

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