Package | Description |
---|---|
org.jboss.resteasy.jose.jws.crypto |
Modifier and Type | Method and Description |
---|---|
static boolean |
HMACProvider.verify(JWSInput input,
byte[] sharedSecret) |
static boolean |
RSAProvider.verify(JWSInput input,
PublicKey publicKey) |
static boolean |
HMACProvider.verify(JWSInput input,
SecretKey key) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.