public interface SignatureVerifierContext
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getKid() |
boolean |
verify(byte[] data,
byte[] signature) |
String getKid()
String getAlgorithm()
boolean verify(byte[] data, byte[] signature) throws VerificationException
VerificationException
Copyright © 2019 JBoss by Red Hat. All rights reserved.