public interface PublicKeySignatureFactory
| Modifier and Type | Method and Description |
|---|---|
RSAPublicKey |
makePublicKey(RSAPublicKey jwk) |
Signature |
makeSignature(SignAlgorithm alg,
RSAPublicKey jwk) |
RSAPublicKey makePublicKey(RSAPublicKey jwk) throws PublicKeyException
PublicKeyExceptionSignature makeSignature(SignAlgorithm alg, RSAPublicKey jwk) throws PublicKeyException, InvalidAlgorithmException, RSAPublicKeyException
Copyright © 2015. All rights reserved.