Class SignaturePolicyIdentifierBC

java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.esf.SignaturePolicyIdentifierBC
All Implemented Interfaces:
ISignaturePolicyIdentifier, IASN1Encodable

public class SignaturePolicyIdentifierBC extends ASN1EncodableBC implements ISignaturePolicyIdentifier
Wrapper class for SignaturePolicyIdentifier.
  • Constructor Details

    • SignaturePolicyIdentifierBC

      public SignaturePolicyIdentifierBC (org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicyIdentifier)
      Creates new wrapper instance for SignaturePolicyIdentifier.
      Parameters:
      signaturePolicyIdentifier - SignaturePolicyIdentifier to be wrapped
    • SignaturePolicyIdentifierBC

      public SignaturePolicyIdentifierBC (ISignaturePolicyId signaturePolicyId)
      Creates new wrapper instance for SignaturePolicyIdentifier.
      Parameters:
      signaturePolicyId - SignaturePolicyId wrapper
  • Method Details

    • getSignaturePolicyIdentifier

      public org.bouncycastle.asn1.esf.SignaturePolicyIdentifier getSignaturePolicyIdentifier()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped SignaturePolicyIdentifier.