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:
ContentEncryptionCipherProperties,ContentEncryptionProvider
- Direct Known Subclasses:
EcdhAesGcmContentEncryptionAlgorithm
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
LOG -
Constructor Summary
ConstructorsConstructorDescriptionAesGcmContentEncryptionAlgorithm(byte[] cek, byte[] iv, ContentAlgorithm algo) AesGcmContentEncryptionAlgorithm(byte[] cek, ContentAlgorithm algo) AesGcmContentEncryptionAlgorithm(String encodedCek, String encodedIv, ContentAlgorithm algo) AesGcmContentEncryptionAlgorithm(String encodedCek, ContentAlgorithm algo) AesGcmContentEncryptionAlgorithm(SecretKey key, byte[] iv, ContentAlgorithm algo) AesGcmContentEncryptionAlgorithm(ContentAlgorithm algo, boolean generateCekOnce) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionAlgorithm
getContentEncryptionKey, getContentEncryptionKeySize, getInitVectorMethods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
-
Constructor Details
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
AesGcmContentEncryptionAlgorithm
-
-
Method Details
-
getIvSize
protected int getIvSize()- Overrides:
getIvSizein classAbstractContentEncryptionAlgorithm
-