Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.esf.IOtherHashAlgAndValue
Packages that use IOtherHashAlgAndValue
Package
Description
-
Uses of IOtherHashAlgAndValue in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOtherHashAlgAndValueModifier and TypeMethodDescriptionBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IOtherHashAlgAndValueModifier 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. -
Uses of IOtherHashAlgAndValue in com.itextpdf.bouncycastle.asn1.esf
Classes in com.itextpdf.bouncycastle.asn1.esf that implement IOtherHashAlgAndValueModifier and TypeClassDescriptionclass
Wrapper class forOtherHashAlgAndValue
.Constructors in com.itextpdf.bouncycastle.asn1.esf with parameters of type IOtherHashAlgAndValueModifierConstructorDescriptionSignaturePolicyIdBC
(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
. -
Uses of IOtherHashAlgAndValue in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOtherHashAlgAndValueModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Methods in com.itextpdf.bouncycastleconnector with parameters of type IOtherHashAlgAndValueModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) BouncyCastleDefaultFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, ISigPolicyQualifierInfo... policyQualifiers) -
Uses of IOtherHashAlgAndValue in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOtherHashAlgAndValueModifier and TypeMethodDescriptionIBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IOtherHashAlgAndValueModifier 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.