A B C D E G I J K L M N O P R S T U V W

K

Key - interface javacard.security.Key.
The Key interface is the base interface for all keys.
KeyBuilder - class javacard.security.KeyBuilder.
The KeyBuilder class is a key object factory.
KeyEncryption - interface javacardx.crypto.KeyEncryption.
KeyEncryption interface defines the methods used to enable encrypted key data access to a key implementation.
KeyPair - class javacard.security.KeyPair.
This class is a container for a key pair (a public key and a private key).
KeyPair(byte, short) - Constructor for class javacard.security.KeyPair
Constructs a KeyPair instance for the specified algorithm and keylength.  The encapsulated keys are uninitialized.
KeyPair(PublicKey, PrivateKey) - Constructor for class javacard.security.KeyPair
Constructs a new KeyPair object containing the specified public key and private key.

A B C D E G I J K L M N O P R S T U V W
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.