Searched refs:RawDSA (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSA.java52 * commonly used SHA1withDSA (DSS) as well as RawDSA, used by TLS
53 * among others. RawDSA expects the 20 byte SHA-1 digest as input
154 * RawDSA implementation.
156 * RawDSA requires the data to be exactly 20 bytes long. If it is
160 public static final class RawDSA extends DSA { class in class:DSA
171 public RawDSA() { method in class:DSA.RawDSA
195 ("Data for RawDSA must be exactly 20 bytes long");

Completed in 30 milliseconds