Home
last modified time | relevance | path

Searched refs:getBytes24 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DHandshakeInStream.java209 byte[] getBytes24() throws IOException { in getBytes24() method in HandshakeInStream
DHandshakeMessage.java443 byte[] cert = input.getBytes24(); in CertificateMsg()