Package org.wildfly.security.keystore
Utility classes providing and augmenting support for
KeyStore
management.-
Interface Summary Interface Description ElytronMessages Log messages and exceptions for Elytron.KeyStoreFactory A factory for creatingKeyStore
instances. -
Class Summary Class Description AliasFilter AtomicLoadKeyStore AKeyStore
wrapper that makes the load operation atomic, in addition it also gives the ability to reverse the load call.AtomicLoadKeyStore.LoadKey An opaque key representing an atomic keystore state.AtomicLoadKeyStoreSpi TheKeyStoreSpi
to add support atomic loading of theKeyStore
DelegatingKeyStoreSpi AKeyStoreSpi
implementation to delegate all calls to an underlyingKeyStore
EmptyProvider The singleton empty provider.FilteringKeyStore AKeyStore
implementation that can wrap another key store instance and filter which aliases can actually be returned.FilteringKeyStoreSpi A delegating key store implementation that allows for a predicate to be supplied to filter which aliases will actually be returned.KeyStoreUtil Utility functions for manipulating KeyStores.KeyStoreUtil.ResettableDataFileInputStream LdapGeneralizedTimeUtil LDAP timestamp (Generalized time as defined in RFC 4517) utilLdapKeyStore A LDAP backedKeyStore
implementation.LdapKeyStore.Builder LdapKeyStoreSpi A LDAP backedKeyStore
implementation.ModifyTrackingKeyStore AKeyStore
implementation that tracks if it's contents have been modified through the API since the last load / save.ModifyTrackingKeyStoreSpi TheKeyStoreSpi
implementation to track modifications.PasswordEntry A password keystore entry.PasswordKeyStoreSpi A password file formattedKeyStore
implementation.UnmodifiableKeyStore A wrapper aroundKeyStore
to make it unmodifiable.UnmodifiableKeyStoreSpi A wrapperKeyStoreSpi
implementation around aKeyStore
to make it unmodifiable.WildFlyElytronKeyStoreProvider Provider forKeyStore
implementations.WrappingPasswordKeyStore AKeyStore
which can storeTwoWayPassword
instances by wrapping anotherKeyStore
which can storeSecretKey
instances.WrappingPasswordKeyStoreSpiImpl