IAIK PKCS#11 Provider Micro Edition
version 1.0

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

Uses of PKCS11Exception in iaik.pkcs.pkcs11.me
 

Methods in iaik.pkcs.pkcs11.me that throw PKCS11Exception
 Cipher Token.getCipher(long algorithm)
          Get a cipher object which operates with this token.
 KeyGenerator Token.getKeyGenerator(long algorithm)
          Get a key generator which generates keys on this token.
 KeyPairGenerator Token.getKeyPairGenerator(long algorithm)
          Get a key-pair generator which generates key-pairs on this token.
 MessageDigest Token.getMessageDigest(long algorithm)
          Get a message digest which operates with this token.
 SecureRandom Token.getSecureRandom()
          Get a secure random which gets random data from this token.
 Signature Token.getSignature(long algorithm)
          Get a signature which operates with this token.
static byte[] MessageDigest.makeDigestInfo(byte[] hashValue, long digestAlgorithm)
          Create an encoded digest info structure for the specified hash algorithm and hash value.
 Key KeyStore.setKey(java.lang.String alias, KeyTemplate template)
          Set a key entry.
 java.lang.Object Key.getComponent(long componentType)
          Get a specific component of this key; e.g. the modulus of an RSA key, or the value of a secret key.
 void Key.setComponent(long componentType, java.lang.Object componentValue)
          Set a specific component of this key; e.g. the modulus of an RSA key, or the value of a secret key.
 


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