public class RSAKeyAlgorithm extends KeyAlgorithm<RSAPublicKey,RSAPrivateKey>
| Constructor and Description |
|---|
RSAKeyAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
RSAPublicKey |
decodePublicKey(byte[] encodedPublicKey) |
byte[] |
decodeSignature(byte[] encodedSignature) |
byte[] |
encodePublicKey(RSAPublicKey publicKey) |
byte[] |
encodeSignature(byte[] signature) |
List<CertificateDecoder> |
getCertificateDecoders() |
generateSignature, getKeyFormat, supportsKey, verifySignaturepublic byte[] encodeSignature(byte[] signature)
throws IOException
encodeSignature in class KeyAlgorithm<RSAPublicKey,RSAPrivateKey>IOExceptionpublic byte[] decodeSignature(byte[] encodedSignature)
throws IOException
decodeSignature in class KeyAlgorithm<RSAPublicKey,RSAPrivateKey>IOExceptionpublic byte[] encodePublicKey(RSAPublicKey publicKey) throws IOException
encodePublicKey in class KeyAlgorithm<RSAPublicKey,RSAPrivateKey>IOExceptionpublic RSAPublicKey decodePublicKey(byte[] encodedPublicKey) throws IOException
decodePublicKey in class KeyAlgorithm<RSAPublicKey,RSAPrivateKey>IOExceptionpublic List<CertificateDecoder> getCertificateDecoders()
getCertificateDecoders in class KeyAlgorithm<RSAPublicKey,RSAPrivateKey>Copyright © 2018. All rights reserved.