Uses of Class
org.wso2.securevault.secret.SecretInformation
Packages that use SecretInformation
Package
Description
-
Uses of SecretInformation in org.wso2.securevault.definition
Methods in org.wso2.securevault.definition that return SecretInformationModifier and TypeMethodDescriptionIdentityKeyStoreInformation.getKeyPasswordProvider()KeyStoreInformation.getKeyStorePasswordProvider()Methods in org.wso2.securevault.definition with parameters of type SecretInformationModifier and TypeMethodDescriptionvoidIdentityKeyStoreInformation.setKeyPasswordProvider(SecretInformation keyPasswordProvider) voidKeyStoreInformation.setKeyStorePasswordProvider(SecretInformation keyStorePasswordProvider) -
Uses of SecretInformation in org.wso2.securevault.encryption
Methods in org.wso2.securevault.encryption with parameters of type SecretInformationModifier and TypeMethodDescriptionvoidEncryptionKeyWrapper.init(SecretInformation secretInformation, String secretKey) Initialize the Encryption Key wrapper based on provided SecretInformation -
Uses of SecretInformation in org.wso2.securevault.secret
Methods in org.wso2.securevault.secret that return SecretInformationModifier and TypeMethodDescriptionstatic SecretInformationSecretInformationFactory.createSecretInformation(String secretProvider, String aliasPassword, String passwordPrompt) Factory method to create a SecretInformation instance based on the given informationstatic SecretInformationSecretInformationFactory.createSecretInformation(Properties properties, String configurationPrefix, String passwordPrompt) Factory method to create a SecretInformation instance based on the given properties