Uses of Class
org.jboss.resteasy.jose.jws.Algorithm
-
Packages that use Algorithm Package Description org.jboss.resteasy.jose.jws org.jboss.resteasy.jose.jws.crypto -
-
Uses of Algorithm in org.jboss.resteasy.jose.jws
Methods in org.jboss.resteasy.jose.jws that return Algorithm Modifier and Type Method Description AlgorithmJWSHeader. getAlgorithm()static AlgorithmAlgorithm. valueOf(String name)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 Algorithm Modifier and Type Method Description protected voidJWSBuilder. encode(Algorithm alg, byte[] data, StringBuilder encoding)StringJWSBuilder.EncodingBuilder. sign(Algorithm algorithm, PrivateKey privateKey)Constructors in org.jboss.resteasy.jose.jws with parameters of type Algorithm Constructor Description JWSHeader(Algorithm algorithm, String type, String contentType)JWSHeader(Algorithm algorithm, String type, String contentType, String keyId) -
Uses of Algorithm in org.jboss.resteasy.jose.jws.crypto
Methods in org.jboss.resteasy.jose.jws.crypto with parameters of type Algorithm Modifier and Type Method Description static StringHMACProvider. getJavaAlgorithm(Algorithm alg)static StringRSAProvider. getJavaAlgorithm(Algorithm alg)static MacHMACProvider. getMAC(Algorithm alg)static SignatureRSAProvider. getSignature(Algorithm alg)static byte[]HMACProvider. sign(byte[] data, Algorithm algorithm, byte[] sharedSecret)static byte[]HMACProvider. sign(byte[] data, Algorithm algorithm, SecretKey key)static byte[]RSAProvider. sign(byte[] data, Algorithm algorithm, PrivateKey privateKey)
-