KeyVerifyParameters 类
定义
The key verify parameters.
public class KeyVerifyParameters
- 继承
-
java.lang.ObjectKeyVerifyParameters
方法
algorithm() |
Get the algorithm value.
|
digest() |
Get the digest value.
|
signature() |
Get the signature value.
|
withAlgorithm(JsonWebKeySignatureAlgorithm algorithm) |
Set the algorithm value.
|
withDigest(byte[] digest) |
Set the digest value.
|
withSignature(byte[] signature) |
Set the signature value.
|