IAIK PKCS#11 Provider Micro Edition
version 1.0

Uses of Class
iaik.pkcs.pkcs11.me.Key

Uses of Key in iaik.pkcs.pkcs11.me
 

Methods in iaik.pkcs.pkcs11.me that return Key
 Key KeyStore.getKey(java.lang.String alias)
          Get the key object of a key entry.
 Key KeyStore.setKey(java.lang.String alias, KeyTemplate template)
          Set a key entry.
 Key[] KeyPairGenerator.generateKeyPair()
          Generates a key-pair using the parameters given at the KeyPairGenerator.initialize(int, int, String) call.
 Key KeyGenerator.generateKey()
          Generates a key using the parameters given at the KeyGenerator.init(int, int, String, boolean) call.
 Key Cipher.unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int keyUsage, java.lang.String label, boolean tokenObject)
          Unwrap (decrypt) a wrapped secret key.
 

Methods in iaik.pkcs.pkcs11.me with parameters of type Key
 void Signature.initSign(Key key)
          Initialize a signature creation operation.
 void Signature.initVerify(Key key)
          Initialize a signature verification operation.
 void Cipher.init(int mode, Key key, byte[] iv)
          Initialize a new encryption or decryption operation.
 byte[] Cipher.wrap(Key key)
          Wrap (encrypt) the specified symmetric key with the wrapping key which has been provided to the Cipher.init(int, Key, byte[]) call.
 


IAIK PKCS#11 Provider Micro Edition
version 1.0

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2005, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.0