Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.net.security
Class PeerX509TrustManagerFactory

java.lang.Object
  extended by javax.net.ssl.TrustManagerFactorySpi
      extended by com.tangosol.net.security.PeerX509TrustManagerFactory


public class PeerX509TrustManagerFactory
extends TrustManagerFactorySpi

A factory for PeerX509TrustManager instances.

Author:
jh 2010.05.11

Constructor Summary
PeerX509TrustManagerFactory()
           

 

Method Summary
protected  TrustManager[] engineGetTrustManagers()
          Return one trust manager for each type of trust material.
protected  void engineInit(KeyStore keyStore)
          Initialize this factory with a source of certificate authorities and related trust material.
protected  void engineInit(ManagerFactoryParameters params)
          Initialize this factory with a source of provider-specific key material.

 

Constructor Detail

PeerX509TrustManagerFactory

public PeerX509TrustManagerFactory()

Method Detail

engineGetTrustManagers

protected TrustManager[] engineGetTrustManagers()
Return one trust manager for each type of trust material.
Specified by:
engineGetTrustManagers in class TrustManagerFactorySpi
Returns:
one trust manager for each type of trust material

engineInit

protected void engineInit(KeyStore keyStore)
                   throws KeyStoreException
Initialize this factory with a source of certificate authorities and related trust material.
Specified by:
engineInit in class TrustManagerFactorySpi
Parameters:
keyStore - the trust material source
Throws:
KeyStoreException

engineInit

protected void engineInit(ManagerFactoryParameters params)
                   throws InvalidAlgorithmParameterException
Initialize this factory with a source of provider-specific key material.
Specified by:
engineInit in class TrustManagerFactorySpi
Parameters:
params - provider-specific key material
Throws:
InvalidAlgorithmParameterException

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.