public interface PrivateKeySignatureFactory
| Modifier and Type | Method and Description |
|---|---|
RSAPrivateCrtKey |
makePrivateKey(RSAKeyPair jwk) |
Signature |
makeSignature(SignAlgorithm alg,
RSAKeyPair jwk) |
RSAPrivateCrtKey makePrivateKey(RSAKeyPair jwk) throws PrivateKeyException, InvalidAlgorithmException
Signature makeSignature(SignAlgorithm alg, RSAKeyPair jwk) throws PrivateKeyException, InvalidAlgorithmException, RSAPrivateKeyException
Copyright © 2015. All rights reserved.