Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.esf.ISignaturePolicyId
Packages that use ISignaturePolicyId
Package
Description
-
Uses of ISignaturePolicyId in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ISignaturePolicyIdModifier and TypeMethodDescriptionBouncyCastleFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.BouncyCastleFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, ISigPolicyQualifierInfo... policyQualifiers) Create signature policy id wrapper from ASN1 Object identifier wrapper, other hash alg and value wrapper and sig policy qualifier info wrappers.Methods in com.itextpdf.bouncycastle with parameters of type ISignaturePolicyIdModifier and TypeMethodDescriptionBouncyCastleFactory.createSignaturePolicyIdentifier
(ISignaturePolicyId policyId) Create signature policy identifier wrapper from signature policy id wrapper. -
Uses of ISignaturePolicyId in com.itextpdf.bouncycastle.asn1.esf
Classes in com.itextpdf.bouncycastle.asn1.esf that implement ISignaturePolicyIdConstructors in com.itextpdf.bouncycastle.asn1.esf with parameters of type ISignaturePolicyIdModifierConstructorDescriptionSignaturePolicyIdentifierBC
(ISignaturePolicyId signaturePolicyId) Creates new wrapper instance forSignaturePolicyIdentifier
. -
Uses of ISignaturePolicyId in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ISignaturePolicyIdModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) BouncyCastleDefaultFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, ISigPolicyQualifierInfo... policyQualifiers) Methods in com.itextpdf.bouncycastleconnector with parameters of type ISignaturePolicyIdModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createSignaturePolicyIdentifier
(ISignaturePolicyId policyId) -
Uses of ISignaturePolicyId in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ISignaturePolicyIdModifier and TypeMethodDescriptionIBouncyCastleFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.IBouncyCastleFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, ISigPolicyQualifierInfo... policyQualifiers) Create signature policy id wrapper from ASN1 Object identifier wrapper, other hash alg and value wrapper and sig policy qualifier info wrappers.Methods in com.itextpdf.commons.bouncycastle with parameters of type ISignaturePolicyIdModifier and TypeMethodDescriptionIBouncyCastleFactory.createSignaturePolicyIdentifier
(ISignaturePolicyId policyId) Create signature policy identifier wrapper from signature policy id wrapper.