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
ConstructorsConstructorDescriptionSignaturePolicyIdBC(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.SignaturePolicyIdGets actual org.bouncycastle object being wrapped.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
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
-
-
Method Details
-
getSignaturePolicyId
public org.bouncycastle.asn1.esf.SignaturePolicyId getSignaturePolicyId()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
SignaturePolicyId.
-