@Private public final class BouncyCastleFipsKeyStoreProvider extends KeyStoreProvider
| Modifier and Type | Class | Description |
|---|---|---|
static class |
BouncyCastleFipsKeyStoreProvider.Factory |
The factory to create JksProviders, which is used by the ServiceLoader.
|
CredentialProvider.CredentialEntry| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ALGORITHM |
|
static java.lang.String |
KEYSTORE_TYPE |
|
static java.lang.String |
SCHEME_NAME |
CREDENTIAL_PASSWORD_DEFAULT, CREDENTIAL_PASSWORD_ENV_VAR, CREDENTIAL_PASSWORD_FILE_KEY, LOGCLEAR_TEXT_FALLBACK| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getAlgorithm() |
|
protected java.lang.String |
getKeyStoreType() |
|
protected java.lang.String |
getSchemeName() |
createPermissions, getInputStreamForFile, getOutputStreamForKeystore, initFileSystem, keystoreExists, stashOriginalFilePermissionsbytesToChars, createCredentialEntry, deleteCredentialEntry, flush, getAliases, getConf, getCredentialEntry, getKeyStore, getPassword, getPath, getPathAsString, getReadLock, getUri, getWriteLock, isChanged, needsPassword, noPasswordError, noPasswordWarning, setChanged, setPassword, setPath, setReadLock, setWriteLock, toStringisTransientpublic static final java.lang.String SCHEME_NAME
public static final java.lang.String KEYSTORE_TYPE
public static final java.lang.String ALGORITHM
protected java.lang.String getSchemeName()
getSchemeName in class AbstractJavaKeyStoreProviderprotected java.lang.String getKeyStoreType()
getKeyStoreType in class AbstractJavaKeyStoreProviderprotected java.lang.String getAlgorithm()
getAlgorithm in class AbstractJavaKeyStoreProviderCopyright © 2008–2025 Apache Software Foundation. All rights reserved.