com.ibm.crypto.pkcs11impl.provider
Interface PKCS11DESKey

All Superinterfaces:
java.security.Key, PKCS11Key, PKCS11SecretKey, javax.crypto.SecretKey, java.io.Serializable

Deprecated. Use PKCS11SecretKey instead.

public interface PKCS11DESKey
extends PKCS11SecretKey

Contains the basic things needed for a PKCS 11 DES key. It is a subclass of PKCS11SecretKey.


Field Summary
static long serialVersionUID
          Deprecated.  
 
Method Summary
 byte[] getValue()
          Deprecated. Returns the key bytes always 8 bytes, if available.
 
Methods inherited from interface com.ibm.crypto.pkcs11impl.provider.PKCS11SecretKey
getAlwaysSensitive, getDecrypt, getEncrypt, getNeverExtractable, getSensitive, getUnwrap, getVerify, getWrap
 
Methods inherited from interface com.ibm.crypto.pkcs11impl.provider.PKCS11Key
getDerive, getEndDate, getID, getKeyType, getLabel, getLocal, getModifiable, getObject, getPrivate, getSession, getStartDate, getToken
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values
Method Detail

getValue

byte[] getValue()
Deprecated. 
Returns the key bytes always 8 bytes, if available.

Returns:
the key.