public class SSH_DSA extends SshOAuthSignatureMethod implements com.sun.jersey.oauth.signature.OAuthSignatureMethod
OAuthSignatureMethod implementation for SSH DSA KeysSshOAuthSignatureMethod.InvalidSshSecretException| Constructor and Description |
|---|
SSH_DSA() |
| Modifier and Type | Method and Description |
|---|---|
protected PrivateKey |
getPrivateKey(String keyString) |
protected PublicKey |
getPublicKey(String keyString) |
protected String |
getSignatureAlgorithm() |
String |
name() |
sign, verifypublic static final String NAME
public String name()
name in interface com.sun.jersey.oauth.signature.OAuthSignatureMethodname in class SshOAuthSignatureMethodprotected String getSignatureAlgorithm()
getSignatureAlgorithm in class SshOAuthSignatureMethodprotected PrivateKey getPrivateKey(String keyString) throws InvalidKeyException
getPrivateKey in class SshOAuthSignatureMethodInvalidKeyExceptionprotected PublicKey getPublicKey(String keyString) throws InvalidKeyException
getPublicKey in class SshOAuthSignatureMethodInvalidKeyExceptionCopyright © 2014 hobbiton bvba. All Rights Reserved.