JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Bouncy Castle Cryptography Library 1.84
org.bouncycastle.tls.crypto
Tls13Verifier
Contents
Description
Method Summary
Method Details
getOutputStream()
verifySignature(byte[])
Hide sidebar
Show sidebar
Interface Tls13Verifier
public interface
Tls13Verifier
Base interface for a TLS 1.3 signature verifier.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
OutputStream
getOutputStream
()
boolean
verifySignature
(byte[] signature)
Method Details
getOutputStream
OutputStream
getOutputStream
() throws
IOException
Throws:
IOException
verifySignature
boolean
verifySignature
(byte[] signature)
throws
IOException
Throws:
IOException