public class X509CertificateCredentialReader extends AbstractCredentialReader<X509Certificate>
logger
Constructor and Description |
---|
X509CertificateCredentialReader() |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
read(InputStream is,
String... params)
Reads a credential object from an input stream.
|
getBufferedInputStream, read
public X509Certificate read(InputStream is, String... params) throws IOException, GeneralSecurityException
CredentialReader
is
- input stream from which to read credential.params
- Arbitrary string parameters, e.g. password, needed to read the credential.IOException
- On IO errors.GeneralSecurityException
- On errors with the credential data.Copyright © 2003-2019 Virginia Tech. All Rights Reserved.