T - the concrete type of this objectpublic interface AsymmetricAlgorithmParameters<T extends AsymmetricAlgorithmParameters<T>> extends AlgorithmParameters<T>
| Modifier and Type | Method and Description |
|---|---|
T |
setDecryptionKey(Key decryptionKey)
Sets the decryption key.
|
T |
setDecryptionKeyLoader(Object decryptionKeyLoader)
Sets the
KeyLoader, which is used to load the decryption key. |
T |
setEncryptionKey(Key encryptionKey)
Sets the encryption key.
|
T |
setEncryptionKeyLoader(Object encryptionKeyLoader)
Sets the
KeyLoader, which is used to load the encryption key. |
createParameterSpec, generateParameterSpecData, getAlgorithm, getDecryptionKey, getEncryptionKey, getKeySize, getMacAlgorithm, getMacKey, getMacKeySize, getParameterSpec, getParameterSpecSize, getProvider, getProviderName, getTransformation, setKeySize, setMacAlgorithm, setMacKey, setMacKey, setMacKey, setMacKeyLoader, setMacKeySize, setProvider, setProviderName, setSaltGenerator, setSaltMatcherT setEncryptionKey(Key encryptionKey)
encryptionKey - The encryptionKey to set.T setEncryptionKeyLoader(Object encryptionKeyLoader)
KeyLoader, which is used to load the encryption key. The value may either be the
full class name of a KeyLoader implementation or an actual KeyLoader
instance.encryptionKeyLoader - The encryptionKeyLoader to set.T setDecryptionKey(Key decryptionKey)
decryptionKey - The decryptionKey to set.T setDecryptionKeyLoader(Object decryptionKeyLoader)
KeyLoader, which is used to load the decryption key. The value may either be the
full class name of a KeyLoader implementation or an actual KeyLoader
instance.decryptionKeyLoader - The decryptionKeyLoader to set.