Class SignaturePolicyIdBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.esf.SignaturePolicyIdBC
-
- All Implemented Interfaces:
ISignaturePolicyId,IASN1Encodable
public class SignaturePolicyIdBC extends ASN1EncodableBC implements ISignaturePolicyId
Wrapper class forSignaturePolicyId.
-
-
Constructor Summary
Constructors Constructor Description SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue)Creates new wrapper instance forSignaturePolicyId.SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, org.bouncycastle.asn1.esf.SigPolicyQualifierInfo... policyQualifiers)Creates new wrapper instance forSignaturePolicyId.SignaturePolicyIdBC(org.bouncycastle.asn1.esf.SignaturePolicyId signaturePolicyId)Creates new wrapper instance forSignaturePolicyId.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.esf.SignaturePolicyIdgetSignaturePolicyId()Gets actual org.bouncycastle object being wrapped.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Constructor Detail
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(org.bouncycastle.asn1.esf.SignaturePolicyId signaturePolicyId)
Creates new wrapper instance forSignaturePolicyId.- Parameters:
signaturePolicyId-SignaturePolicyIdto be wrapped
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, org.bouncycastle.asn1.esf.SigPolicyQualifierInfo... policyQualifiers)
Creates new wrapper instance forSignaturePolicyId.- Parameters:
objectIdentifier- ASN1ObjectIdentifier wrapperalgAndValue- OtherHashAlgAndValue wrapperpolicyQualifiers- SigPolicyQualifierInfo array
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue)
Creates new wrapper instance forSignaturePolicyId.- Parameters:
objectIdentifier- ASN1ObjectIdentifier wrapperalgAndValue- OtherHashAlgAndValue wrapper
-
-