Uses of Class
org.wso2.securevault.encryption.EncryptionKeyWrapper
Packages that use EncryptionKeyWrapper
Package
Description
-
Uses of EncryptionKeyWrapper in org.wso2.securevault
Constructors in org.wso2.securevault with parameters of type EncryptionKeyWrapperModifierConstructorDescriptionprotectedBaseCipher(CipherInformation cipherInformation, EncryptionKeyWrapper encryptionKeyWrapper) SymmetricCipher(CipherInformation cipherInformation, EncryptionKeyWrapper encryptionKeyWrapper) -
Uses of EncryptionKeyWrapper in org.wso2.securevault.secret
Methods in org.wso2.securevault.secret with parameters of type EncryptionKeyWrapperModifier and TypeMethodDescriptiondefault SecretRepositorySecretRepositoryProvider.getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust, EncryptionKeyWrapper encryption) Returns a SecretRepository implementation -
Uses of EncryptionKeyWrapper in org.wso2.securevault.secret.repository
Methods in org.wso2.securevault.secret.repository with parameters of type EncryptionKeyWrapperModifier and TypeMethodDescriptionFileBaseSecretRepositoryProvider.getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust, EncryptionKeyWrapper encryption) Returns a FileBaseSecretRepository instanceConstructors in org.wso2.securevault.secret.repository with parameters of type EncryptionKeyWrapperModifierConstructorDescriptionFileBaseSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust, EncryptionKeyWrapper encryption)