Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.esf.IOtherHashAlgAndValue
-
Packages that use IOtherHashAlgAndValue Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.esf com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IOtherHashAlgAndValue in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOtherHashAlgAndValue Modifier and Type Method Description IOtherHashAlgAndValue
BouncyCastleFactory. 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 IOtherHashAlgAndValue Modifier and Type Method Description ISignaturePolicyId
BouncyCastleFactory. createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue)
Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.ISignaturePolicyId
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 IOtherHashAlgAndValue Modifier and Type Class Description class
OtherHashAlgAndValueBC
Wrapper class forOtherHashAlgAndValue
.Constructors in com.itextpdf.bouncycastle.asn1.esf with parameters of type IOtherHashAlgAndValue Constructor Description SignaturePolicyIdBC(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 IOtherHashAlgAndValue Modifier and Type Method Description IOtherHashAlgAndValue
BouncyCastleDefaultFactory. createOtherHashAlgAndValue(IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IOtherHashAlgAndValue Modifier and Type Method Description ISignaturePolicyId
BouncyCastleDefaultFactory. createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue)
ISignaturePolicyId
BouncyCastleDefaultFactory. createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue, ISigPolicyQualifierInfo... policyQualifiers)
-
Uses of IOtherHashAlgAndValue in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOtherHashAlgAndValue Modifier and Type Method Description IOtherHashAlgAndValue
IBouncyCastleFactory. 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 IOtherHashAlgAndValue Modifier and Type Method Description ISignaturePolicyId
IBouncyCastleFactory. createSignaturePolicyId(IASN1ObjectIdentifier objectIdentifier, IOtherHashAlgAndValue algAndValue)
Create signature policy id wrapper from ASN1 Object identifier wrapper and other hash alg and value wrapper.ISignaturePolicyId
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.
-