Uses of Class
org.bouncycastle.asn1.esf.OtherHash
Packages that use OtherHash
Package
Description
Support classes useful for encoding and supporting [ESF] RFC3126
Electronic Signature Formats for long term electronic signatures.
-
Uses of OtherHash in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return OtherHashModifier and TypeMethodDescriptionCrlValidatedID.getCrlHash()
static OtherHash
OtherHash.getInstance
(Object obj) OcspResponsesID.getOcspRepHash()
Constructors in org.bouncycastle.asn1.esf with parameters of type OtherHashModifierConstructorDescriptionCrlValidatedID
(OtherHash crlHash) CrlValidatedID
(OtherHash crlHash, CrlIdentifier crlIdentifier) OcspResponsesID
(OcspIdentifier ocspIdentifier, OtherHash ocspRepHash)