Uses of Class
org.xipki.ocsp.server.type.EncodingException
-
Packages that use EncodingException Package Description org.xipki.ocsp.server.type -
-
Uses of EncodingException in org.xipki.ocsp.server.type
Methods in org.xipki.ocsp.server.type that throw EncodingException Modifier and Type Method Description static booleanOcspRequest. containsSignature(byte[] request)static ExtendedExtensionExtendedExtension. getInstance(byte[] encoded, int from, int len)static OcspRequestOcspRequest. getInstance(byte[] request)static OcspRequestOcspRequest. getInstance(org.bouncycastle.asn1.ocsp.OCSPRequest req)static intOcspRequest. readRequestVersion(byte[] request)
-