Uses of Class
io.jans.as.model.crypto.encryption.KeyEncryptionAlgorithm
-
Packages that use KeyEncryptionAlgorithm Package Description io.jans.as.model.crypto.encryption io.jans.as.model.jwe io.jans.as.model.jwt -
-
Uses of KeyEncryptionAlgorithm in io.jans.as.model.crypto.encryption
Methods in io.jans.as.model.crypto.encryption that return KeyEncryptionAlgorithm Modifier and Type Method Description static KeyEncryptionAlgorithmKeyEncryptionAlgorithm. fromName(String name)static KeyEncryptionAlgorithmKeyEncryptionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyEncryptionAlgorithm[]KeyEncryptionAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyEncryptionAlgorithm in io.jans.as.model.jwe
Methods in io.jans.as.model.jwe that return KeyEncryptionAlgorithm Modifier and Type Method Description KeyEncryptionAlgorithmAbstractJweDecrypter. getKeyEncryptionAlgorithm()KeyEncryptionAlgorithmAbstractJweEncrypter. getKeyEncryptionAlgorithm()KeyEncryptionAlgorithmJweDecrypter. getKeyEncryptionAlgorithm()Methods in io.jans.as.model.jwe with parameters of type KeyEncryptionAlgorithm Modifier and Type Method Description voidAbstractJweDecrypter. setKeyEncryptionAlgorithm(KeyEncryptionAlgorithm keyEncryptionAlgorithm)voidJweDecrypter. setKeyEncryptionAlgorithm(KeyEncryptionAlgorithm keyEncryptionAlgorithm)Constructors in io.jans.as.model.jwe with parameters of type KeyEncryptionAlgorithm Constructor Description AbstractJweEncrypter(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm)JweEncrypterImpl(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm, byte[] sharedSymmetricKey)JweEncrypterImpl(KeyEncryptionAlgorithm keyEncryptionAlgorithm, BlockEncryptionAlgorithm blockEncryptionAlgorithm, PublicKey publicKey) -
Uses of KeyEncryptionAlgorithm in io.jans.as.model.jwt
Methods in io.jans.as.model.jwt with parameters of type KeyEncryptionAlgorithm Modifier and Type Method Description JwtHeaderJwtHeader. setAlgorithm(KeyEncryptionAlgorithm algorithm)Identifies the cryptographic algorithm used to encrypt the JWE.
-