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