public class AesWrapKeyEncryptionAlgorithm extends AbstractWrapKeyEncryptionAlgorithm
LOG
Constructor and Description |
---|
AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
KeyAlgorithm keyAlgoJwt) |
AesWrapKeyEncryptionAlgorithm(SecretKey key,
KeyAlgorithm keyAlgoJwt) |
AesWrapKeyEncryptionAlgorithm(String encodedKey,
KeyAlgorithm keyAlgoJwt) |
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJava
public AesWrapKeyEncryptionAlgorithm(String encodedKey, KeyAlgorithm keyAlgoJwt)
public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes, KeyAlgorithm keyAlgoJwt)
public AesWrapKeyEncryptionAlgorithm(SecretKey key, KeyAlgorithm keyAlgoJwt)
Apache CXF