RSA
Types
Properties
An encryption algorithm's JCA name. This is publicly exposed because it could come in handy under very specific circumstances. Double and triple check before feeding this into Cipher.getInstance
!. Then think again, pull in Signum Supreme and call encryptorFor
/decryptorFor
on whatever pre-configured instance of AsymmetricEncryptionAlgorithm you will be actually using.
An encryption algorithm's JCA parameters. This is publicly exposed because it could come in handy under very specific circumstances. Double and triple check before feeding this into Cipher.init
!. Then think again, pull in Signum Supreme and call encryptorFor
/decryptorFor
on whatever pre-configured instance of AsymmetricEncryptionAlgorithm you will be actually using.
The padding to apply to the data.
Functions
Get a pre-configured JCA Cipher instance for this algorithm to use for decryption
Get a pre-configured JCA Cipher instance for this algorithm to use for encryption