Uses of Class
org.apache.cxf.rs.security.jose.jwa.SignatureAlgorithm
-
-
Uses of SignatureAlgorithm in org.apache.cxf.rs.security.jose.jwa
Methods in org.apache.cxf.rs.security.jose.jwa that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithmSignatureAlgorithm. getAlgorithm(String algo)static SignatureAlgorithmSignatureAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureAlgorithm[]SignatureAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.rs.security.jose.jwa with parameters of type SignatureAlgorithm Modifier and Type Method Description static booleanAlgorithmUtils. isEcDsaSign(SignatureAlgorithm algo)static booleanAlgorithmUtils. isHmacSign(SignatureAlgorithm algo)static booleanSignatureAlgorithm. isPublicKeyAlgorithm(SignatureAlgorithm sigAlgorithm)static booleanAlgorithmUtils. isRsaShaPsSign(SignatureAlgorithm algo)static booleanAlgorithmUtils. isRsaShaSign(SignatureAlgorithm algo)static booleanAlgorithmUtils. isRsaSign(SignatureAlgorithm algo) -
Uses of SignatureAlgorithm in org.apache.cxf.rs.security.jose.jwk
Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type SignatureAlgorithm Modifier and Type Method Description static StringJwkUtils. signJwkKey(JsonWebKey jwkKey, PrivateKey key, SignatureAlgorithm algo)static StringJwkUtils. signJwkSet(JsonWebKeys jwkSet, PrivateKey key, SignatureAlgorithm algo)static JsonWebKeyJwkUtils. verifyJwkKey(PublicKey key, SignatureAlgorithm keyAlgo, String jsonJwk)static JsonWebKeysJwkUtils. verifyJwkSet(PublicKey key, SignatureAlgorithm keyAlgo, String jsonJwk) -
Uses of SignatureAlgorithm in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return SignatureAlgorithm Modifier and Type Method Description SignatureAlgorithmAbstractJwsSignatureProvider. getAlgorithm()SignatureAlgorithmHmacJwsSignatureVerifier. getAlgorithm()SignatureAlgorithmJwsSignatureProvider. getAlgorithm()SignatureAlgorithmJwsSignatureVerifier. getAlgorithm()SignatureAlgorithmNoneJwsSignatureProvider. getAlgorithm()SignatureAlgorithmNoneJwsSignatureVerifier. getAlgorithm()SignatureAlgorithmPublicKeyJwsSignatureVerifier. getAlgorithm()SignatureAlgorithmJwsHeaders. getSignatureAlgorithm()static SignatureAlgorithmJwsUtils. getSignatureAlgorithm(Properties props, SignatureAlgorithm defaultAlgo)static SignatureAlgorithmJwsUtils. getSignatureAlgorithm(Message m, Properties props, SignatureAlgorithm defaultAlgo)static SignatureAlgorithmJwsUtils. getSignatureAlgorithm(Message m, Properties props, SignatureAlgorithm algo, SignatureAlgorithm defaultAlgo)Methods in org.apache.cxf.rs.security.jose.jws that return types with arguments of type SignatureAlgorithm Modifier and Type Method Description static Map<SignatureAlgorithm,List<JwsJsonSignatureEntry>>JwsUtils. getJwsJsonSignatureMap(List<JwsJsonSignatureEntry> signatures)Map<SignatureAlgorithm,List<JwsJsonSignatureEntry>>JwsJsonConsumer. getSignatureEntryMap() -
Uses of SignatureAlgorithm in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils that return SignatureAlgorithm Modifier and Type Method Description static SignatureAlgorithmOAuthUtils. getClientSecretSignatureAlgorithm(Properties sigProps) -
Uses of SignatureAlgorithm in org.apache.cxf.rs.security.oidc.utils
Methods in org.apache.cxf.rs.security.oidc.utils with parameters of type SignatureAlgorithm Modifier and Type Method Description static StringOidcUtils. calculateAccessTokenHash(String value, SignatureAlgorithm sigAlgo)static StringOidcUtils. calculateAuthorizationCodeHash(String value, SignatureAlgorithm sigAlgo)
-