|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecretCryptor
Interface for SecretCryptor objects.
Method Summary | |
---|---|
javax.crypto.Cipher |
getCipher()
Returns the cipher from the SecretCryptor object. |
java.lang.String |
getPrivateKey()
Returns the private key from the SecretCryptor object. |
void |
setCipher(javax.crypto.Cipher cipher)
Sets the cipher from the SecretCryptor object. |
void |
setPrivateKey(java.lang.String privateKey)
Sets the private key from the SecretCryptor object. |
Method Detail |
---|
javax.crypto.Cipher getCipher()
java.lang.String getPrivateKey()
void setCipher(javax.crypto.Cipher cipher)
cipher
- The cipher to set.void setPrivateKey(java.lang.String privateKey)
privateKey
- The private key to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |