Searched refs:HashAlgorithm (Results 1 – 2 of 2) sorted by relevance
78 private HashAlgorithm hash;96 private SignatureAndHashAlgorithm(HashAlgorithm hash, in SignatureAndHashAlgorithm()107 this.hash = HashAlgorithm.valueOf((id >> 8) & 0xFF); in SignatureAndHashAlgorithm()217 private static void supports(HashAlgorithm hash, in supports()284 maxDigestLength = HashAlgorithm.SHA512.length; in getPreferableAlgorithm()286 maxDigestLength = HashAlgorithm.SHA256.length; in getPreferableAlgorithm()288 maxDigestLength = HashAlgorithm.SHA1.length; in getPreferableAlgorithm()314 static enum HashAlgorithm { enum in SignatureAndHashAlgorithm331 private HashAlgorithm(String name, String standardName, in HashAlgorithm() method in SignatureAndHashAlgorithm.HashAlgorithm339 static HashAlgorithm valueOf(int value) { in valueOf()[all …]
964 HashAlgorithm.SHA1.value, in trySetCipherSuite()973 HashAlgorithm.SHA1.value, in trySetCipherSuite()982 HashAlgorithm.SHA1.value, in trySetCipherSuite()