Package dw.crypto

ClassDescription
CertificateRefThis class is used as a reference to a certificate or public key.
CertificateUtilsUtilities for managing certificates and keys.
CipherThis class allows access to encryption services offered through the Java Cryptography Architecture (JCA).
EncodingUtility class which handles several common character encodings.
JWEThis class represents a JSON Web Encryption (JWE) object.
JWEHeaderThis class represents an immutable header of a JWE (JSON Web Encryption) object.
JWSThis class represents a JSON Web Signature (JWS) object.
JWSHeaderThis class represents an immutable header of a JWS (JSON Web Signature) object.
KeyRefThis class is used as a reference to a private key in the keystore which can be managed in the Business Manager.
MacThis class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
MessageDigestThis class provides the functionality of a message digest algorithm, such as MD5 or SHA.
SecureRandomThe 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).

WeakCipherThis API provides access to Deprecated algorithms.
WeakMacThis API provides access to Deprecated algorithms.
WeakMessageDigestThis API provides access to Deprecated algorithms.
WeakSignatureThis API provides access to Deprecated algorithms.
X509CertificateRepresents an X.509 public key certificate as defined in RFC 5280.