Uses of Class
org.wildfly.security.keystore.AtomicLoadKeyStore.LoadKey
-
Packages that use AtomicLoadKeyStore.LoadKey Package Description org.wildfly.security.keystore Utility classes providing and augmenting support forKeyStoremanagement. -
-
Uses of AtomicLoadKeyStore.LoadKey in org.wildfly.security.keystore
Methods in org.wildfly.security.keystore that return AtomicLoadKeyStore.LoadKey Modifier and Type Method Description AtomicLoadKeyStore.LoadKeyAtomicLoadKeyStore. revertibleLoad(InputStream inputStream, char[] password)Performs the same action asKeyStore.load(InputStream, char[])except aAtomicLoadKeyStore.LoadKeyis returned that can be used to revert the load.Methods in org.wildfly.security.keystore with parameters of type AtomicLoadKeyStore.LoadKey Modifier and Type Method Description voidAtomicLoadKeyStore. revert(AtomicLoadKeyStore.LoadKey key)Atomically evert the keystore to a previous state.
-