Package network.oxalis.pkix.ocsp.api
Interface OcspFetcherResponse
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface OcspFetcherResponse extends Closeable
- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContent()StringgetContentType()intgetStatus()
-
-
-
Method Detail
-
getStatus
int getStatus() throws IOException- Throws:
IOException
-
getContentType
String getContentType() throws IOException
- Throws:
IOException
-
getContent
InputStream getContent() throws IOException
- Throws:
IOException
-
-