|
Java Card v2.2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
KeyEncryption
interface defines the methods used to enable encrypted
key data access to a key implementation.
KeyBuilder
,
Cipher
Method Summary | |
Cipher |
getKeyCipher()
Returns the Cipher object to be used to decrypt the input key data
and key parameters in the set methods. |
void |
setKeyCipher(Cipher keyCipher)
Sets the Cipher object to be used to decrypt the input key data
and key parameters in the set methods. |
Method Detail |
public void setKeyCipher(Cipher keyCipher)
Cipher
object to be used to decrypt the input key data
and key parameters in the set methods.
Default Cipher
object is null
- no decryption performed.
keyCipher
- the decryption Cipher
object to decrypt the input key data.
The null
parameter indicates that no decryption is required.public Cipher getKeyCipher()
Cipher
object to be used to decrypt the input key data
and key parameters in the set methods.
Default is null
- no decryption performed.
keyCipher
, the decryption Cipher
object to decrypt the input key data.
The null
return indicates that no decryption is performed.
|
Java Card v2.2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |