small TODO statements cleared up
parent
4deaffd686
commit
e4bc66ba33
|
@ -49,7 +49,6 @@ public class Rsa extends AbstractJwk{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PublicKey getKey() throws NoSuchAlgorithmException, InvalidKeySpecException {
|
public PublicKey getKey() throws NoSuchAlgorithmException, InvalidKeySpecException {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
byte[] modulusByte = Base64.decodeBase64(mod);
|
byte[] modulusByte = Base64.decodeBase64(mod);
|
||||||
BigInteger modulus = new BigInteger(modulusByte);
|
BigInteger modulus = new BigInteger(modulusByte);
|
||||||
byte[] exponentByte = Base64.decodeBase64(exp);
|
byte[] exponentByte = Base64.decodeBase64(exp);
|
||||||
|
|
Loading…
Reference in New Issue