Bees v0.5.0 API

Uses of Class
bees.core.security.PrivateKeySpec

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

Methods in bees.core with parameters of type PrivateKeySpec
 void SignedXdrByteArray.sign(PrivateKeySpec pk, ProtocolSession ps)
           
 void SignedXdrByteArray.sign(PrivateKeySpec pk)
           
 

Uses of PrivateKeySpec in bees.core.security
 

Subclasses of PrivateKeySpec in bees.core.security
 class PrivateKey
          A PrivateKey capability wraps a java.security.PrivateKey object.
 

Methods in bees.core.security with parameters of type PrivateKeySpec
 void Signature.initSign(PrivateKeySpec privateKey)
          Initialize the signature object for signing.
 void Signature.initSign(PrivateKeySpec privateKey, java.security.SecureRandom random)
          Initialize the signature object for signing.
 void Signature.initSign(PrivateKeySpec privateKey, ProtocolSession ps)
          Initialize the signature object for signing.
 void Signature.initSign(PrivateKeySpec privateKey, java.security.SecureRandom random, ProtocolSession ps)
          Initialize the signature object for signing.
 PrivateKey KeyFactory.createPrivateKey(PrivateKeySpec ks, java.lang.String comment)
          Create a PrivateKey capability from the given values.
 PrivateKey KeyFactory.createPrivateKey(PrivateKeySpec ks)
          Create a PrivateKey capability from the given values.
 


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/