public class AesGcmContentEncryptionAlgorithm extends AbstractContentEncryptionAlgorithm
| Constructor and Description |
|---|
AesGcmContentEncryptionAlgorithm(byte[] cek,
byte[] iv,
String algo) |
AesGcmContentEncryptionAlgorithm(SecretKey key,
byte[] iv,
String algo) |
AesGcmContentEncryptionAlgorithm(String algo) |
AesGcmContentEncryptionAlgorithm(String encodedCek,
String encodedIv,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getIvSize() |
getAlgorithm, getContentEncryptionKey, getInitVectorgetAdditionalAuthenticationData, getAlgorithmParameterSpec, getAuthTagLenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalAuthenticationData, getAlgorithmParameterSpecpublic AesGcmContentEncryptionAlgorithm(String algo)
public AesGcmContentEncryptionAlgorithm(String encodedCek, String encodedIv, String algo)
public AesGcmContentEncryptionAlgorithm(SecretKey key, byte[] iv, String algo)
public AesGcmContentEncryptionAlgorithm(byte[] cek,
byte[] iv,
String algo)
protected int getIvSize()
getIvSize in class AbstractContentEncryptionAlgorithmApache CXF