Package dw.crypto
| Class | Description |
|---|---|
| CertificateRef | This class is used as a reference to a certificate or public key. |
| CertificateUtils | Utilities for managing certificates and keys. |
| Cipher | This class allows access to encryption services offered through the Java Cryptography Architecture (JCA). |
| Encoding | Utility class which handles several common character encodings. |
| JWE | This class represents a JSON Web Encryption (JWE) object. |
| JWEHeader | This class represents an immutable header of a JWE (JSON Web Encryption) object. |
| JWS | This class represents a JSON Web Signature (JWS) object. |
| JWSHeader | This class represents an immutable header of a JWS (JSON Web Signature) object. |
| KeyRef | This class is used as a reference to a private key in the keystore which can be managed in the Business Manager. |
| Mac | This class provides the functionality of a "Message Authentication Code" (MAC) algorithm. |
| MessageDigest | This class provides the functionality of a message digest algorithm, such as MD5 or SHA. |
| SecureRandom | The SecureRandom class provides a cryptographically strong random number generator (RNG). |
| Signature | This class allows access to signature services offered through the Java Cryptography Architecture (JCA). |
| WeakCipher | This API provides access to Deprecated algorithms. |
| WeakMac | This API provides access to Deprecated algorithms. |
| WeakMessageDigest | This API provides access to Deprecated algorithms. |
| WeakSignature | This API provides access to Deprecated algorithms. |
| X509Certificate | Represents an X.509 public key certificate as defined in RFC 5280. |