Bees v0.5.0 API

Uses of Class
bees.core.security.SecretKey

Packages that use SecretKey
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 SecretKey in bees.core
 

Methods in bees.core with parameters of type SecretKey
 void Neighbor.enqueueKey(SecretKey sk, java.lang.String algorithm)
          Enqueue a key for checking hop-by-hop integrity.
 

Uses of SecretKey in bees.core.security
 

Methods in bees.core.security that return SecretKey
 SecretKey SecretKeyFactory.createKey(SecretKeySpec ks, java.lang.String comment)
          Create a SecretKey capability from the given values.
 SecretKey SecretKeyFactory.createKey(SecretKeySpec ks)
          Create a SecretKey capability from the given values.
 SecretKey KeyGenerator.generateKey(java.lang.String algorithm, int strength, PermissionSet ps, java.lang.String comment)
          Generate a new key from the given values.
 SecretKey KeyGenerator.generateKey(java.lang.String algorithm, int strength, PermissionSet ps)
          Generate a new key from the given values.
 SecretKey KeyGenerator.generateKey(java.lang.String algorithm, int strength)
          Generate a new key from the given values and default permissions.
 

Methods in bees.core.security with parameters of type SecretKey
static javax.crypto.SecretKey Leak.get(SecretKey obj)
           
 


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/