Uses of Enum
org.jboss.resteasy.jose.jws.Algorithm
-
Uses of Algorithm in org.jboss.resteasy.jose.jws
Modifier and TypeMethodDescriptionJWSHeader.getAlgorithm()
static Algorithm
Returns the enum constant of this type with the specified name.static Algorithm[]
Algorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
JWSBuilder.encode
(Algorithm alg, byte[] data, StringBuilder encoding) JWSBuilder.EncodingBuilder.sign
(Algorithm algorithm, PrivateKey privateKey) -
Uses of Algorithm in org.jboss.resteasy.jose.jws.crypto
Modifier and TypeMethodDescriptionstatic String
HMACProvider.getJavaAlgorithm
(Algorithm alg) static String
RSAProvider.getJavaAlgorithm
(Algorithm alg) static Mac
static Signature
RSAProvider.getSignature
(Algorithm alg) static byte[]
static byte[]
static byte[]
RSAProvider.sign
(byte[] data, Algorithm algorithm, PrivateKey privateKey)