org.apache.cxf.rs.security.jose.jwe
Class AesGcmContentEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesGcmContentEncryptionAlgorithm
- All Implemented Interfaces:
- ContentEncryptionAlgorithm, ContentEncryptionCipherProperties
- Direct Known Subclasses:
- EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
public class AesGcmContentEncryptionAlgorithm
- extends AbstractContentEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AesGcmContentEncryptionAlgorithm
public AesGcmContentEncryptionAlgorithm(String algo)
AesGcmContentEncryptionAlgorithm
public AesGcmContentEncryptionAlgorithm(String encodedCek,
String encodedIv,
String algo)
AesGcmContentEncryptionAlgorithm
public AesGcmContentEncryptionAlgorithm(SecretKey key,
byte[] iv,
String algo)
AesGcmContentEncryptionAlgorithm
public AesGcmContentEncryptionAlgorithm(byte[] cek,
byte[] iv,
String algo)
getIvSize
protected int getIvSize()
- Overrides:
getIvSize in class AbstractContentEncryptionAlgorithm
Apache CXF