Uses of Class
org.smallmind.nutsnbolts.security.RSASigningAlgorithm
-
Packages that use RSASigningAlgorithm Package Description org.smallmind.nutsnbolts.security -
-
Uses of RSASigningAlgorithm in org.smallmind.nutsnbolts.security
Methods in org.smallmind.nutsnbolts.security that return RSASigningAlgorithm Modifier and Type Method Description static RSASigningAlgorithmRSASigningAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static RSASigningAlgorithm[]RSASigningAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.security with parameters of type RSASigningAlgorithm Modifier and Type Method Description static byte[]EncryptionUtility. sign(RSASigningAlgorithm algorithm, PrivateKey privateKey, byte[] data)static booleanEncryptionUtility. verify(RSASigningAlgorithm algorithm, PublicKey publicKey, byte[] data, byte[] signedData)
-