dw.crypto
| Name | Description | 
|---|---|
| CertificateRef | This class is used as a reference to a certificate in the keystore which can be managed in the Business Manager. | 
| 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. | 
| 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. |