Uses of Class
com.nimbusds.jose.KeyLengthException
Packages that use KeyLengthException
Package
Description
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of KeyLengthException in com.nimbusds.jose.crypto
Constructors in com.nimbusds.jose.crypto that throw KeyLengthExceptionModifierConstructorDescriptionAESDecrypter
(byte[] keyBytes) Creates a new AES decrypter.AESDecrypter
(OctetSequenceKey octJWK) Creates a new AES decrypter.AESDecrypter
(SecretKey kek) Creates a new AES decrypter.AESDecrypter
(SecretKey kek, Set<String> defCritHeaders) Creates a new AES decrypter.AESEncrypter
(byte[] keyBytes) Creates a new AES encrypter.AESEncrypter
(OctetSequenceKey octJWK) Creates a new AES encrypter.AESEncrypter
(SecretKey kek) Creates a new AES encrypter.AESEncrypter
(SecretKey kek, SecretKey contentEncryptionKey) Creates a new AES encrypter.DirectDecrypter
(byte[] keyBytes) Creates a new direct decrypter.DirectDecrypter
(OctetSequenceKey octJWK) Creates a new direct decrypter.DirectDecrypter
(SecretKey key) Creates a new direct decrypter.DirectDecrypter
(SecretKey key, boolean promiscuousMode) Creates a new direct decrypter with the option to set it in promiscuous mode.DirectDecrypter
(SecretKey key, Set<String> defCritHeaders) Creates a new direct decrypter with the option to set it in promiscuous mode.DirectDecrypter
(SecretKey key, Set<String> defCritHeaders, boolean promiscuousMode) Creates a new direct decrypter.DirectEncrypter
(byte[] keyBytes) Creates a new direct encrypter.DirectEncrypter
(OctetSequenceKey octJWK) Creates a new direct encrypter.DirectEncrypter
(SecretKey key) Creates a new direct encrypter.MACSigner
(byte[] secret) Creates a new Message Authentication (MAC) signer.Creates a new Message Authentication (MAC) signer.Creates a new Message Authentication (MAC) signer.Creates a new Message Authentication (MAC) signer.MultiDecrypter
(JWK jwk) Creates a new multi-recipient decrypter.MultiDecrypter
(JWK jwk, Set<String> defCritHeaders) Creates a new multi-recipient decrypter.MultiEncrypter
(JWKSet keys) Creates a new multi-recipient encrypter.MultiEncrypter
(JWKSet keys, SecretKey contentEncryptionKey) Creates a new multi-recipient encrypter. -
Uses of KeyLengthException in com.nimbusds.jose.crypto.impl
Constructors in com.nimbusds.jose.crypto.impl that throw KeyLengthExceptionModifierConstructorDescriptionprotected
AESCryptoProvider
(SecretKey kek, SecretKey cek) Creates a new AES encryption / decryption provider.CompositeKey
(SecretKey inputKey) Creates a new composite key from the specified secret key.protected
Creates a new direct encryption / decryption provider.protected
MACProvider
(byte[] secret) Creates a new Message Authentication (MAC) provider.protected
MACProvider
(SecretKey secretKey) Creates a new Message Authentication (MAC) provider.protected
Creates a new multi-recipient encryption / decryption provider.