Interface JweKeyProperties
-
- All Known Subinterfaces:
JweDecryptionProvider,JweEncryptionProvider
- All Known Implementing Classes:
AbstractJweDecryption,AbstractJweEncryption,AesCbcHmacJweDecryption,AesCbcHmacJweEncryption,DirectKeyJweDecryption,DirectKeyJweEncryption,EcdhDirectKeyJweDecryption,EcdhDirectKeyJweEncryption,JweDecryption,JweEncryption
public interface JweKeyProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentAlgorithmgetContentAlgorithm()KeyAlgorithmgetKeyAlgorithm()
-
-
-
Method Detail
-
getKeyAlgorithm
KeyAlgorithm getKeyAlgorithm()
-
getContentAlgorithm
ContentAlgorithm getContentAlgorithm()
-
-