Uses of Class
org.apache.cxf.rs.security.jose.jwa.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description org.apache.cxf.rs.security.jose.jwa org.apache.cxf.rs.security.jose.jwe org.apache.cxf.rs.security.jose.jwk -
-
Uses of KeyAlgorithm in org.apache.cxf.rs.security.jose.jwa
Methods in org.apache.cxf.rs.security.jose.jwa that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithmKeyAlgorithm. getAlgorithm(String algo)static KeyAlgorithmKeyAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyAlgorithm[]KeyAlgorithm. 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 KeyAlgorithm Modifier and Type Method Description static booleanKeyAlgorithm. isDirect(KeyAlgorithm algo) -
Uses of KeyAlgorithm in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return KeyAlgorithm Modifier and Type Method Description KeyAlgorithmAbstractWrapKeyEncryptionAlgorithm. getAlgorithm()KeyAlgorithmDirectKeyDecryptionAlgorithm. getAlgorithm()KeyAlgorithmDirectKeyEncryptionAlgorithm. getAlgorithm()KeyAlgorithmEcdhAesWrapKeyDecryptionAlgorithm. getAlgorithm()KeyAlgorithmEcdhAesWrapKeyEncryptionAlgorithm. getAlgorithm()KeyAlgorithmEcdhDirectKeyEncryptionAlgorithm. getAlgorithm()KeyAlgorithmKeyDecryptionProvider. getAlgorithm()KeyAlgorithmKeyEncryptionProvider. getAlgorithm()KeyAlgorithmPbesHmacAesWrapKeyDecryptionAlgorithm. getAlgorithm()KeyAlgorithmPbesHmacAesWrapKeyEncryptionAlgorithm. getAlgorithm()KeyAlgorithmWrappedKeyDecryptionAlgorithm. getAlgorithm()KeyAlgorithmAbstractJweDecryption. getKeyAlgorithm()KeyAlgorithmAbstractJweEncryption. getKeyAlgorithm()KeyAlgorithmJweKeyProperties. getKeyAlgorithm()KeyAlgorithmJweHeaders. getKeyEncryptionAlgorithm()static KeyAlgorithmJweUtils. getKeyEncryptionAlgorithm(Properties props, KeyAlgorithm defaultAlgo)static KeyAlgorithmJweUtils. getKeyEncryptionAlgorithm(Message m, Properties props, KeyAlgorithm defaultAlgo)static KeyAlgorithmJweUtils. getKeyEncryptionAlgorithm(Message m, Properties props, KeyAlgorithm algo, KeyAlgorithm defaultAlgo) -
Uses of KeyAlgorithm in org.apache.cxf.rs.security.jose.jwk
-