IAIK PKCS#11 Wrapper
version 1.2.16

Uses of Class
iaik.pkcs.pkcs11.objects.SecretKey

Packages that use SecretKey
iaik.pkcs.pkcs11   
iaik.pkcs.pkcs11.objects   
iaik.pkcs.pkcs11.parameters   
 

Uses of SecretKey in iaik.pkcs.pkcs11
 

Methods in iaik.pkcs.pkcs11 with parameters of type SecretKey
 void Session.digestKey(SecretKey key)
          This method is similar to digestUpdate and can be combined with it during one digesting operation.
 

Uses of SecretKey in iaik.pkcs.pkcs11.objects
 

Subclasses of SecretKey in iaik.pkcs.pkcs11.objects
 class AESSecretKey
          Objects of this class represent AES secret keys as specified by PKCS#11 v2.11.
 class BatonSecretKey
          Objects of this class represent BATON secret keys as specified by PKCS#11 v2.11.
 class BlowfishSecretKey
          Objects of this class represent Blowfish secret keys as specified by PKCS#11 v2.20.
 class CAST128SecretKey
          Objects of this class represent CAST128 secret keys as specified by PKCS#11 v2.11.
 class CAST3SecretKey
          Objects of this class represent CAST3 secret keys as specified by PKCS#11 v2.11.
 class CAST5SecretKey
          Objects of this class represent CAST5 secret keys as specified by PKCS#11 v2.11.
 class CASTSecretKey
          Objects of this class represent CAST secret keys as specified by PKCS#11 v2.11.
 class CDMFSecretKey
          Objects of this class represent CDMF secret keys as specified by PKCS#11 v2.11.
 class DES2SecretKey
          Objects of this class represent double-length DES secret keys as specified by PKCS#11 v2.11.
 class DES3SecretKey
          Objects of this class represent Triple-DES secret keys as specified by PKCS#11 v2.11.
 class DESSecretKey
          Objects of this class represent DES secret keys as specified by PKCS#11 v2.11.
 class GenericSecretKey
          Objects of this class represent generic secret keys as specified by PKCS#11 v2.11.
 class IDEASecretKey
          Objects of this class represent IDEA secret keys as specified by PKCS#11 v2.11.
 class JuniperSecretKey
          Objects of this class represent Juniper secret keys as specified by PKCS#11 v2.11.
 class RC2SecretKey
          Objects of this class represent RC2 secret keys as specified by PKCS#11 v2.11.
 class RC4SecretKey
          Objects of this class represent RC4 secret keys as specified by PKCS#11 v2.11.
 class RC5SecretKey
          Objects of this class represent RC5 secret keys as specified by PKCS#11 v2.11.
 class SkipJackSecretKey
          Objects of this class represent SkipJack secret keys as specified by PKCS#11 v2.11.
 class TwofishSecretKey
          Objects of this class represent Twofish secret keys as specified by PKCS#11 v2.20.
 

Methods in iaik.pkcs.pkcs11.objects with parameters of type SecretKey
protected static void SecretKey.putAttributesInTable(SecretKey object)
          Put all attributes of the given object into the attributes table of this object.
 

Uses of SecretKey in iaik.pkcs.pkcs11.parameters
 

Fields in iaik.pkcs.pkcs11.parameters declared as SecretKey
protected  SecretKey SSL3KeyMaterialOutParameters.clientMacSecret_
          The resulting Client MAC Secret key.
protected  SecretKey SSL3KeyMaterialOutParameters.serverMacSecret_
          The resulting Server MAC Secret key.
protected  SecretKey SSL3KeyMaterialOutParameters.clientKey_
          The resulting Client Secret key.
protected  SecretKey SSL3KeyMaterialOutParameters.serverKey_
          The resulting Server Secret key.
 

Methods in iaik.pkcs.pkcs11.parameters that return SecretKey
 SecretKey SSL3KeyMaterialOutParameters.getClientMacSecret()
          Get the resulting client MAC secret key.
 SecretKey SSL3KeyMaterialOutParameters.getServerMacSecret()
          Get the resulting server MAC secret key.
 SecretKey SSL3KeyMaterialOutParameters.getClientSecret()
          Get the resulting client secret key.
 SecretKey SSL3KeyMaterialOutParameters.getServerSecret()
          Get the resulting server secret key.
 


IAIK PKCS#11 Wrapper
version 1.2.16

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

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