| 
Java Card 2.1 Platform Final Revision 1.0  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | 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. 
 Default is null - no decryption performed. | 
 void | 
setKeyCipher(Cipher keyCipher)
Sets the 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. | 
| 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.
 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.
Cipher object to decrypt the input key data.
 null return indicates that no decryption is performed.
  | 
Submit a bug or feature Java and Java Card are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||