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.
|
char[] |
getKeystorePassword() |
TrustManager[] |
getValue() |
protected KeyStore |
loadTrustStore() |
protected char[] |
resolvePassword() |
void |
setKeystorePassword(char[] keystorePassword) |
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.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Serviceprotected KeyStore loadTrustStore()
public char[] getKeystorePassword()
public void setKeystorePassword(char[] keystorePassword)
public TrustManager[] getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<TrustManager[]>IllegalStateExceptionIllegalArgumentExceptionprotected char[] resolvePassword()
protected TrustManager[] createTrustManagers() throws NoSuchAlgorithmException, KeyStoreException
KeyStoreNoSuchAlgorithmExceptionKeyStoreExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.