|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureAlgorithm | |
|---|---|
| edu.vt.middleware.crypt.signature | |
| Uses of SignatureAlgorithm in edu.vt.middleware.crypt.signature |
|---|
| Subclasses of SignatureAlgorithm in edu.vt.middleware.crypt.signature | |
|---|---|
class |
AbstractDSASignature
Base class for all signatures that implement the DSA scheme. |
class |
DSASignature
Implements the DSA signature algorithm. |
class |
ECDSASignature
Implements the ECDSA algorithm. |
class |
RSASignature
Implements the RSASSA-PKCS1-v1_5 signature algorithm described in http://www.ietf.org/rfc/rfc2437.txt. |
| Methods in edu.vt.middleware.crypt.signature that return SignatureAlgorithm | |
|---|---|
protected SignatureAlgorithm |
SignatureCli.newInstance(org.apache.commons.cli.CommandLine line)
Creates a new signature algorithm instance based on command line args. |
static SignatureAlgorithm |
SignatureAlgorithm.newInstance(String algorithm)
Creates a new instance that uses the given signature algorithm to compute and verify signatures. |
static SignatureAlgorithm |
SignatureAlgorithm.newInstance(String algorithm,
String digestAlgorithm)
Creates a new instance that uses the given signature algorithm and digest algorithm to compute and verify signatures. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||