Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.esf.IOtherHashAlgAndValue
Package
Description
-
Uses of IOtherHashAlgAndValue in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier 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
Modifier and TypeClassDescriptionclass
Wrapper class forOtherHashAlgAndValue
.ModifierConstructorDescriptionSignaturePolicyIdBC
(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.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createSignaturePolicyId
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.BouncyCastleFipsFactory.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.bouncycastlefips.asn1.esf
Modifier and TypeClassDescriptionclass
Wrapper class forOtherHashAlgAndValue
.ModifierConstructorDescriptionSignaturePolicyIdBCFips
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue) Creates new wrapper instance forSignaturePolicyId
.SignaturePolicyIdBCFips
(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, org.bouncycastle.asn1.esf.SigPolicyQualifierInfo... policyQualifiers) Creates new wrapper instance forSignaturePolicyId
. -
Uses of IOtherHashAlgAndValue in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOtherHashAlgAndValue
(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create other hash alg and value wrapper from algorithm identifier wrapper and ASN1 Octet string wrapper.Modifier 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.