Searched defs:acquireCiphertext (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLEngineOutputRecord.java247 Ciphertext acquireCiphertext(ByteBuffer destination) throws IOException { method in class:SSLEngineOutputRecord
409 Ciphertext acquireCiphertext(ByteBuffer dstBuf) throws IOException { method in class:SSLEngineOutputRecord.HandshakeFragment
H A DDTLSOutputRecord.java215 Ciphertext acquireCiphertext(ByteBuffer destination) throws IOException { method in class:DTLSOutputRecord
393 Ciphertext acquireCiphertext(ByteBuffer dstBuf) throws IOException { method in class:DTLSOutputRecord.DTLSFragmenter
H A DOutputRecord.java156 Ciphertext acquireCiphertext(ByteBuffer destination) throws IOException { method in class:OutputRecord

Completed in 99 milliseconds