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.
    • Method Detail

      • getValue

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

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.