Uses of Enum Class
org.sklsft.commons.crypto.signature.RsaAlgorithms
Packages that use RsaAlgorithms
-
Uses of RsaAlgorithms in org.sklsft.commons.crypto.signature
Methods in org.sklsft.commons.crypto.signature that return RsaAlgorithmsModifier and TypeMethodDescriptionstatic RsaAlgorithmsReturns the enum constant of this class with the specified name.static RsaAlgorithms[]RsaAlgorithms.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sklsft.commons.crypto.signature with parameters of type RsaAlgorithmsModifier and TypeMethodDescriptionbooleanRsaSignatureVerifier.checkSignature(RsaAlgorithms algorithm, String keyId, byte[] data, byte[] signing) byte[]RsaSigner.sign(RsaAlgorithms algorithm, String keyId, byte[] data)