Home
last modified time | relevance | path

Searched refs:parseSupportedSignatureAlgorithms (Results 1 – 3 of 3) sorted by relevance

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DCertificateRequest.java278 supportedSignatureAlgorithms = TlsUtils.parseSupportedSignatureAlgorithms(input); in parse()
H A DTlsExtensionsUtils.java1286 Vector supported_signature_algorithms = TlsUtils.parseSupportedSignatureAlgorithms(buf); in readSignatureAlgorithmsExtension()
H A DTlsUtils.java1403 public static Vector parseSupportedSignatureAlgorithms(InputStream input) in parseSupportedSignatureAlgorithms() method in TlsUtils