Uses of Class
org.bouncycastle.asn1.esf.OtherHashAlgAndValue
-
Packages that use OtherHashAlgAndValue Package Description org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures. -
-
Uses of OtherHashAlgAndValue in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return OtherHashAlgAndValue Modifier and Type Method Description static OtherHashAlgAndValue
OtherHashAlgAndValue. getInstance(Object obj)
OtherHashAlgAndValue
SignaturePolicyId. getSigPolicyHash()
Constructors in org.bouncycastle.asn1.esf with parameters of type OtherHashAlgAndValue Constructor Description OtherHash(OtherHashAlgAndValue otherHash)
SignaturePolicyId(org.bouncycastle.asn1.ASN1ObjectIdentifier sigPolicyIdentifier, OtherHashAlgAndValue sigPolicyHash)
SignaturePolicyId(org.bouncycastle.asn1.ASN1ObjectIdentifier sigPolicyId, OtherHashAlgAndValue sigPolicyHash, SigPolicyQualifiers sigPolicyQualifiers)
-