public class ExternalResourcesCRLSource extends OfflineCRLSource
crlsMap| Constructor and Description |
|---|
ExternalResourcesCRLSource(InputStream... inputStreams)
This constructor allows to build a CRL source from a list of
InputStream. |
ExternalResourcesCRLSource(String... paths)
This constructor allows to build a CRL source from a list of
resource paths.
|
addCRLBinary, addCRLBinary, getContainedX509CRLs, getRevocationTokenpublic ExternalResourcesCRLSource(String... paths)
paths - paths to be loaded as CRLpublic ExternalResourcesCRLSource(InputStream... inputStreams)
InputStream.inputStreams - the list of InputStream to be loaded as CRLCopyright © 2019. All rights reserved.