Bees v0.5.0 API

Uses of Class
bees.core.security.PrivateKey

Packages that use PrivateKey
apps.health A demo application that tries to implement Healthd-like functionality. 
bees.core.security This packages holds most of the security related capabilities and Permission classes. 
 

Uses of PrivateKey in apps.health
 

Methods in apps.health that return PrivateKey
 PrivateKey HealthExtraParameters.getServerPrivateKey()
           
 PrivateKey HealthExtraParameters.getNodePrivateKey()
           
 

Uses of PrivateKey in bees.core.security
 

Methods in bees.core.security that return PrivateKey
 PrivateKey KeyPair.getPrivate()
           
 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.
 

Constructors in bees.core.security with parameters of type PrivateKey
KeyPair(PrivateKey prvKey, PublicKey pubKey)
          Construct a KeyPair with 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/