Uses of Class
com.trilead.ssh2.signature.DSAPublicKey
Packages that use DSAPublicKey
-
Uses of DSAPublicKey in com.trilead.ssh2.signature
Methods in com.trilead.ssh2.signature that return DSAPublicKeyModifier and TypeMethodDescriptionstatic DSAPublicKey
DSASHA1Verify.decodeSSHDSAPublicKey
(byte[] key) Deprecated.DSAPrivateKey.getPublicKey()
Deprecated.Methods in com.trilead.ssh2.signature with parameters of type DSAPublicKeyModifier and TypeMethodDescriptionstatic byte[]
DSASHA1Verify.encodeSSHDSAPublicKey
(DSAPublicKey pk) Deprecated.static boolean
DSASHA1Verify.verifySignature
(byte[] message, DSASignature ds, DSAPublicKey dpk) Deprecated.