Uses of Enum
org.jboss.resteasy.jose.jws.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in org.jboss.resteasy.jose.jws
Subclasses with type arguments of type Algorithm in org.jboss.resteasy.jose.jwsMethods in org.jboss.resteasy.jose.jws that return AlgorithmModifier 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.Methods in org.jboss.resteasy.jose.jws with parameters of type AlgorithmModifier and TypeMethodDescriptionprotected void
JWSBuilder.encode
(Algorithm alg, byte[] data, StringBuilder encoding) JWSBuilder.EncodingBuilder.sign
(Algorithm algorithm, PrivateKey privateKey) Constructors in org.jboss.resteasy.jose.jws with parameters of type Algorithm -
Uses of Algorithm in org.jboss.resteasy.jose.jws.crypto
Methods in org.jboss.resteasy.jose.jws.crypto with parameters of type AlgorithmModifier 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)