Uses of Class
org.bouncycastle.asn1.esf.OtherHash
-
Packages that use OtherHash 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 OtherHash in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return OtherHash Modifier and Type Method Description OtherHash
CrlValidatedID. getCrlHash()
static OtherHash
OtherHash. getInstance(java.lang.Object obj)
OtherHash
OcspResponsesID. getOcspRepHash()
Constructors in org.bouncycastle.asn1.esf with parameters of type OtherHash Constructor Description CrlValidatedID(OtherHash crlHash)
CrlValidatedID(OtherHash crlHash, CrlIdentifier crlIdentifier)
OcspResponsesID(OcspIdentifier ocspIdentifier, OtherHash ocspRepHash)
-