Uses of Class
org.springframework.security.rsa.crypto.RsaAlgorithm
-
-
Uses of RsaAlgorithm in org.springframework.security.rsa.crypto
Methods in org.springframework.security.rsa.crypto that return RsaAlgorithm Modifier and Type Method Description static RsaAlgorithmRsaAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RsaAlgorithm[]RsaAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springframework.security.rsa.crypto with parameters of type RsaAlgorithm Constructor Description RsaRawEncryptor(java.lang.String encoding, java.security.PublicKey publicKey, java.security.PrivateKey privateKey, RsaAlgorithm algorithm)RsaRawEncryptor(java.security.KeyPair keyPair, RsaAlgorithm algorithm)RsaRawEncryptor(RsaAlgorithm algorithm)RsaSecretEncryptor(java.lang.String encoding, java.security.PublicKey publicKey, java.security.PrivateKey privateKey, RsaAlgorithm algorithm)RsaSecretEncryptor(java.lang.String encoding, java.security.PublicKey publicKey, java.security.PrivateKey privateKey, RsaAlgorithm algorithm, java.lang.String salt, boolean gcm)RsaSecretEncryptor(java.lang.String pemData, RsaAlgorithm algorithm)RsaSecretEncryptor(java.lang.String pemData, RsaAlgorithm algorithm, java.lang.String salt)RsaSecretEncryptor(java.security.KeyPair keyPair, RsaAlgorithm algorithm)RsaSecretEncryptor(java.security.KeyPair keyPair, RsaAlgorithm algorithm, java.lang.String salt)RsaSecretEncryptor(java.security.KeyPair keyPair, RsaAlgorithm algorithm, java.lang.String salt, boolean gcm)RsaSecretEncryptor(java.security.PublicKey publicKey, RsaAlgorithm algorithm)RsaSecretEncryptor(java.security.PublicKey publicKey, RsaAlgorithm algorithm, java.lang.String salt)RsaSecretEncryptor(java.security.PublicKey publicKey, RsaAlgorithm algorithm, java.lang.String salt, boolean gcm)RsaSecretEncryptor(RsaAlgorithm algorithm)RsaSecretEncryptor(RsaAlgorithm algorithm, boolean gcm)RsaSecretEncryptor(RsaAlgorithm algorithm, java.lang.String salt)RsaSecretEncryptor(RsaAlgorithm algorithm, java.lang.String salt, boolean gcm)
-