Bees v0.5.0 API

Uses of Class
bees.core.security.KeySpec

Packages that use KeySpec
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.security This packages holds most of the security related capabilities and Permission classes. 
 

Uses of KeySpec in bees.core
 

Methods in bees.core with parameters of type KeySpec
 void CipheredXdrByteArray.encrypt(KeySpec ks)
           
 void CipheredXdrByteArray.decrypt(KeySpec ks)
           
 

Uses of KeySpec in bees.core.security
 

Subclasses of KeySpec in bees.core.security
 class PrivateKey
          A PrivateKey capability wraps a java.security.PrivateKey object.
 class PrivateKeySpec
          The PrivateKeySpec class wraps a java.security.PrivateKey object.
 class PublicKey
          A PublicKey capability wraps a java.security.PublicKey object.
 class PublicKeySpec
          The PublicKeySpec class wraps a java.security.PublicKey object.
 class SecretKey
          A SecretKey capability wraps a javax.crypto.SecretKey object.
 class SecretKeySpec
          The SecretKeySpec class wraps a javax.crypto.SecretKey object.
 

Methods in bees.core.security that return KeySpec
 KeySpec Cipher.unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int wrappedKeyType)
           
 

Methods in bees.core.security with parameters of type KeySpec
 void Cipher.init(int opmode, KeySpec key)
           
 void Cipher.init(int opmode, KeySpec key, java.security.SecureRandom sr)
           
 void Cipher.init(int opmode, KeySpec key, java.security.spec.AlgorithmParameterSpec params)
           
 void Cipher.init(int opmode, KeySpec key, java.security.spec.AlgorithmParameterSpec params, java.security.SecureRandom sr)
           
 void Cipher.init(int opmode, KeySpec key, java.security.AlgorithmParameters params)
           
 void Cipher.init(int opmode, KeySpec key, java.security.AlgorithmParameters params, java.security.SecureRandom sr)
           
 byte[] Cipher.wrap(KeySpec key)
           
 void Mac.init(KeySpec key)
           
 void Mac.init(KeySpec key, java.security.spec.AlgorithmParameterSpec params)
           
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/