Interface SigningAlgorithm
-
- All Known Implementing Classes:
HMACSigningAlgorithm,RSASigningAlgorithm
public interface SigningAlgorithm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description byte[]sign(Key key, byte[] data)default booleanverify(Key key, String[] parts)booleanverify(Key key, String[] parts, boolean urlSafe)
-