com.ibm.crypto.pkcs11impl.provider
Interface PKCS11DESKey
-
- All Superinterfaces:
- javax.security.auth.Destroyable, java.security.Key, com.ibm.pkcs11.P11Key, 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
Fields Modifier and Type Field and Description static longserialVersionUIDDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description 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, getSessionManager, getStartDate, getToken, rm
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-