Class LocalADCSKeyManager
- java.lang.Object
-
- javax.net.ssl.X509ExtendedKeyManager
-
- de.trustable.ca3s.adcsKeyStore.provider.LocalADCSKeyManager
-
- All Implemented Interfaces:
KeyManager,X509KeyManager
public class LocalADCSKeyManager extends X509ExtendedKeyManager
-
-
Constructor Summary
Constructors Constructor Description LocalADCSKeyManager(de.trustable.ca3s.cert.bundle.TimedRenewalCertMap certMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2)StringchooseServerAlias(String arg0, Principal[] arg1, Socket arg2)X509Certificate[]getCertificateChain(String alias)String[]getClientAliases(String arg0, Principal[] arg1)PrivateKeygetPrivateKey(String alias)String[]getServerAliases(String arg0, Principal[] arg1)-
Methods inherited from class javax.net.ssl.X509ExtendedKeyManager
chooseEngineClientAlias, chooseEngineServerAlias
-
-
-
-
Method Detail
-
getCertificateChain
public X509Certificate[] getCertificateChain(String alias)
-
getPrivateKey
public PrivateKey getPrivateKey(String alias)
-
-