public class ProviderTrustManagerService extends Object
AbstractTrustManagerService to load the KeyStore using a specified provider.| Modifier and Type | Method and Description |
|---|---|
protected TrustManager[] |
createTrustManagers()
Method to create the TrustManager[]
This method returns the created TrustManager[] so that sub classes can have the opportunity to either wrap or replace
this call.
|
TrustManager[] |
getValue() |
protected KeyStore |
loadTrustStore() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<TrustManager[]>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<TrustManager[]>protected KeyStore loadTrustStore()
public TrustManager[] getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<TrustManager[]>IllegalStateExceptionIllegalArgumentExceptionprotected TrustManager[] createTrustManagers() throws NoSuchAlgorithmException, KeyStoreException
KeyStoreNoSuchAlgorithmExceptionKeyStoreExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.