public class DummyPkiModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
DummyPkiModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
protected X509Certificate |
getCertificate(KeyStore keyStore) |
protected KeyStore |
getKeyStore() |
protected KeyStore.PrivateKeyEntry |
getPrivateKey(PrivateKey privateKey,
X509Certificate certificate) |
protected PrivateKey |
getPrivateKeyEntry(KeyStore keyStore) |
protected AccessPointIdentifier |
provideOurAccessPointIdentifier(X509Certificate certificate) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected void configure()
configure in class com.google.inject.AbstractModule@Provides protected PrivateKey getPrivateKeyEntry(KeyStore keyStore) throws Exception
Exception@Provides protected X509Certificate getCertificate(KeyStore keyStore) throws Exception
Exception@Provides protected AccessPointIdentifier provideOurAccessPointIdentifier(X509Certificate certificate)
@Provides protected KeyStore.PrivateKeyEntry getPrivateKey(PrivateKey privateKey, X509Certificate certificate) throws Exception
ExceptionCopyright © 2021 NorStella. All rights reserved.