Uses of Class
org.bouncycastle.asn1.esf.OtherRevVals
-
Packages that use OtherRevVals 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 OtherRevVals in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return OtherRevVals Modifier and Type Method Description static OtherRevVals
OtherRevVals. getInstance(java.lang.Object obj)
OtherRevVals
RevocationValues. getOtherRevVals()
Constructors in org.bouncycastle.asn1.esf with parameters of type OtherRevVals Constructor Description RevocationValues(CertificateList[] crlVals, BasicOCSPResponse[] ocspVals, OtherRevVals otherRevVals)
-