|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Key
An asymmetric cryptographic key. This will contain the information necessary to use the key with the particular algorithm. XXX NEEDS A BETTER NAME
Method Summary | |
---|---|
java.lang.String |
algorithm()
|
PublicKey |
getPublicKey()
Another experiment. |
DigSigner |
getSigner(java.lang.String digestName)
Given a message digest algorithm, return a reference to a digital signature generator suitable for this key. |
Method Detail |
---|
java.lang.String algorithm()
DigSigner getSigner(java.lang.String digestName) throws CryptoException
digestName
- case-insensitive name of the signature generator
CryptoException
PublicKey getPublicKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |