public class PKCS1v15DigestInfo
extends java.lang.Object
For RSA signatures TLS 1.2 (RFC 5246) now uses the RSASSA-PKCS1-v1_5 scheme and requires that the parameters field of the digest AlgorithmIdentifier must be encoded as NULL if the digest algorithm does not have parameters (which is the case for MD5 and the whole SHA family). However, algorithm identifiers with absent parameter fields shall be accepted, too.
This class is used for DigestInfo encoding when calculating CertificateVerify
RSA signatures.
Constructor and Description |
---|
PKCS1v15DigestInfo() |