Class SignaturePolicyIdBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.esf.SignaturePolicyIdBC
- All Implemented Interfaces:
-
ISignaturePolicyId
,IASN1Encodable
Wrapper class for
SignaturePolicyId
.
-
Constructor Summary
ConstructorDescriptionSignaturePolicyIdBC
(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
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.esf.SignaturePolicyId
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 Details
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(org.bouncycastle.asn1.esf.SignaturePolicyId signaturePolicyId) Creates new wrapper instance forSignaturePolicyId
.- Parameters:
-
signaturePolicyId
-SignaturePolicyId
to be wrapped
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, org.bouncycastle.asn1.esf.SigPolicyQualifierInfo... policyQualifiers) Creates new wrapper instance forSignaturePolicyId
.- Parameters:
-
objectIdentifier
- ASN1ObjectIdentifier wrapper -
algAndValue
- OtherHashAlgAndValue wrapper -
policyQualifiers
- SigPolicyQualifierInfo array
-
SignaturePolicyIdBC
public SignaturePolicyIdBC(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) Creates new wrapper instance forSignaturePolicyId
.- Parameters:
-
objectIdentifier
- ASN1ObjectIdentifier wrapper -
algAndValue
- OtherHashAlgAndValue wrapper
-
-
Method Details
-
getSignaturePolicyId
public org.bouncycastle.asn1.esf.SignaturePolicyId getSignaturePolicyId()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
SignaturePolicyId
.
-