public interface TlsVerifier
| Modifier and Type | Method and Description |
|---|---|
TlsStreamVerifier |
getStreamVerifier(DigitallySigned signature) |
boolean |
verifyRawSignature(DigitallySigned signature,
byte[] hash)
Return true if the passed in signature and hash represent a real signature.
|
TlsStreamVerifier getStreamVerifier(DigitallySigned signature) throws java.io.IOException
java.io.IOExceptionboolean verifyRawSignature(DigitallySigned signature, byte[] hash) throws java.io.IOException
signature - the signature object containing the signature to be verified.hash - the hash calculated for the signature.java.io.IOException - in case of an exception verifying signature.