Uses of Interface
org.forgerock.secrets.keys.EncryptionKey
-
Packages that use EncryptionKey Package Description org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.secrets.keys Contains cryptographic key related API objects. -
-
Uses of EncryptionKey in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders with parameters of type EncryptionKey Modifier and Type Method Description SignedThenEncryptedJwtBuilderSignedJwtBuilderImpl. encrypt(EncryptionKey<?> encryptionKey)Wraps the signed JWT in an outer encrypted JWE envelope.EncryptedJwtBuilderJwtBuilderFactory. jwe(EncryptionKey<?> key)Creates a builder for building an encrypted JWT using the given encryption key. -
Uses of EncryptionKey in org.forgerock.secrets.keys
Classes in org.forgerock.secrets.keys that implement EncryptionKey Modifier and Type Class Description classDataEncryptionKeyA key that is used for encrypting confidential data.classKeyAgreementKeyA key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.classKeyEncryptionKeyA key that is used to encrypt ("wrap") other keys.
-