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 forKeyStore
management. -
-
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.LoadKey
AtomicLoadKeyStore. revertibleLoad(InputStream inputStream, char[] password)
Performs the same action asKeyStore.load(InputStream, char[])
except aAtomicLoadKeyStore.LoadKey
is 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 void
AtomicLoadKeyStore. revert(AtomicLoadKeyStore.LoadKey key)
Atomically evert the keystore to a previous state.
-