Package com.tangosol.net.ssl
Class URLCertificateLoader
java.lang.Object
com.tangosol.net.ssl.AbstractCertificateLoader
com.tangosol.net.ssl.URLCertificateLoader
- All Implemented Interfaces:
CertificateLoader
A
PrivateKeyLoader that loads a Certificate
file from a URL.- Since:
- 22.06
- Author:
- Jonathan Knight 2020.01.25
-
Field Summary
Fields inherited from class com.tangosol.net.ssl.AbstractCertificateLoader
m_sName -
Constructor Summary
ConstructorsConstructorDescriptionCreate aURLCertificateLoader.URLCertificateLoader(String sURL) Create aURLCertificateLoader. -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamOpen anInputStreamfor the specified named resource, which should be the contents of a JavaCertificatein the format required by thisCertificateLoaderimplementation.voidtoString()Methods inherited from class com.tangosol.net.ssl.AbstractCertificateLoader
equals, getName, hashCode, isEnabled, load, safeCloseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.tangosol.net.ssl.CertificateLoader
isRefreshable
-
Constructor Details
-
URLCertificateLoader
Create aURLCertificateLoader.- Parameters:
xml- theXmlValuecontaining the URL of the certificate to load.
-
URLCertificateLoader
Create aURLCertificateLoader.- Parameters:
sURL- the URL of the certificate to load.
-
-
Method Details
-
setURL
-
getInputStream
Description copied from class:AbstractCertificateLoaderOpen anInputStreamfor the specified named resource, which should be the contents of a JavaCertificatein the format required by thisCertificateLoaderimplementation.How the
InputStreamis created based on the name is purely dependent on how subclasses are implemented. For example, the name could be a URL, or it could refer to a name of a secret in some secrets store, etc.- Specified by:
getInputStreamin classAbstractCertificateLoader- Returns:
- an
InputStreamcontaining the named resource contents, ornullif noInputStreamcould be opened - Throws:
IOException- if an error occurs creating theInputStream
-
toString
- Overrides:
toStringin classAbstractCertificateLoader
-