All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Base64Utils Base64 encoding/decoding utilities.EncryptionUtil Encryption/Decryption utilityExternalPasswordCache External command password cache.KeyStoreUtil Utility to handle Java KeystorePasswordCache Interface to cache passwords retrieved from external commands.PBEUtils Ecrypt a password using the JaasSecurityDomain password Usage: PBEUtils salt count domain-password password salt : the Salt attribute from the JaasSecurityDomain count : the IterationCount attribute from the JaasSecurityDomain domain-password : the plaintext password that maps to the KeyStorePass attribute from the JaasSecurityDomain password : the plaintext password that should be encrypted with the JaasSecurityDomain passwordPicketBoxSecurityVault An instance ofSecurityVaultthat uses aKeyStoreThe shared key just uses a concatenation of aUUIDand a keystore alias.PropertyFileManager Created by mbeck on 3/4/15.PropertySourceVault SecurityVault Vault for secure storage of attributesSecurityVaultData Security vault data store with version serialized data storage.SecurityVaultException General exception thrown from the vault operationsSecurityVaultFactory A factory to instantiate aSecurityVaultStringUtil Utility dealing with StringsUtil Util.VaultInteraction Interaction with initializedSecurityVaultvia theVaultToolVaultInteractiveSession An interactive session forVaultToolVaultSession Non-interactive session forVaultToolVaultTool Command Line Tool for the default implementation of theSecurityVault