Package | Description |
---|---|
org.ballerinalang.nativeimpl.internal.jwt.crypto |
Modifier and Type | Method and Description |
---|---|
protected static String |
RSASSAProvider.getJCAAlgorithmName(String algorithm)
Gets the matching JCA algorithm name for the specified RSA-based JSON Web Algorithm.
|
String |
JWSSigner.sign(String data,
String algorithm)
Signs the specified input data.
|
String |
RSASigner.sign(String data,
String algorithm) |
boolean |
JWSVerifier.verify(String data,
String signature,
String algorithm)
Verifies the signature of the JWS object.
|
boolean |
RSAVerifier.verify(String data,
String signature,
String algorithm) |
Copyright © 2018 WSO2. All rights reserved.