public interface IOCSPReq
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Calls actual
getEncoded method for the wrapped OCSPReq object. |
IExtension |
getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actual
getExtension method for the wrapped OCSPReq object. |
IReq[] |
getRequestList()
Calls actual
getRequestList method for the wrapped OCSPReq object. |
byte[] getEncoded()
throws IOException
getEncoded method for the wrapped OCSPReq object.IOException - on encoding error.IReq[] getRequestList()
getRequestList method for the wrapped OCSPReq object.IReq request wrappers list.IExtension getExtension(IASN1ObjectIdentifier objectIdentifier)
getExtension method for the wrapped OCSPReq object.objectIdentifier - ASN1ObjectIdentifier wrapperIExtension wrapper for received Extension.Copyright © 1998–2025 Apryse Group NV. All rights reserved.