Uses of Class
com.nimbusds.jose.EncryptionMethod.Family
Packages that use EncryptionMethod.Family
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of EncryptionMethod.Family in com.nimbusds.jose
Fields in com.nimbusds.jose declared as EncryptionMethod.FamilyModifier and TypeFieldDescriptionstatic final EncryptionMethod.Family
EncryptionMethod.Family.AES_CBC_HMAC_SHA
AES/CBC/HMAC with SHA-2.static final EncryptionMethod.Family
EncryptionMethod.Family.AES_GCM
AES/GCM.