public class X509CertificatesCredentialReader extends AbstractCredentialReader<java.security.cert.X509Certificate[]>
logger| Constructor and Description |
|---|
X509CertificatesCredentialReader() |
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509Certificate[] |
read(java.io.InputStream is,
java.lang.String... params)
Reads a credential object from an input stream.
|
getBufferedInputStream, readpublic java.security.cert.X509Certificate[] read(java.io.InputStream is,
java.lang.String... params)
throws java.io.IOException,
java.security.GeneralSecurityException
CredentialReaderis - input stream from which to read credential.params - Arbitrary string parameters, e.g. password, needed to read the credential.java.io.IOException - On IO errors.java.security.GeneralSecurityException - On errors with the credential data.