Bees v0.5.0 API

Uses of Class
bees.core.security.PublicKey

Packages that use PublicKey
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 PublicKey in apps.health
 

Methods in apps.health that return PublicKey
 PublicKey HealthExtraParameters.getNodePublicKey(java.lang.String name)
          Get the public key for a given node.
 

Uses of PublicKey in bees.core.security
 

Methods in bees.core.security that return PublicKey
 PublicKey KeyPair.getPublic()
           
 PublicKey KeyFactory.createPublicKey(PublicKeySpec ks, PermissionSet ps, java.lang.String comment)
          Create a PublicKey capability from the given values.
 PublicKey KeyFactory.createPublicKey(PublicKeySpec ks, PermissionSet ps)
          Create a PublicKey capability from the given values.
 PublicKey KeyFactory.createPublicKey(PublicKeySpec ks)
          Create a PublicKey capability from the given value with the default permissions.
 

Constructors in bees.core.security with parameters of type PublicKey
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/