Bees v0.5.0 API

Uses of Class
bees.core.security.PublicKeySpec

Packages that use PublicKeySpec
apps.health A demo application that tries to implement Healthd-like functionality. 
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 PublicKeySpec in apps.health
 

Methods in apps.health that return PublicKeySpec
 PublicKeySpec HealthExtraParameters.getServerPublicKey()
           
 

Uses of PublicKeySpec in bees.core
 

Methods in bees.core with parameters of type PublicKeySpec
 boolean SignedXdrByteArray.verify(PublicKeySpec pk, ProtocolSession ps)
           
 boolean SignedXdrByteArray.verify(PublicKeySpec pk)
           
 

Uses of PublicKeySpec in bees.core.security
 

Subclasses of PublicKeySpec in bees.core.security
 class PublicKey
          A PublicKey capability wraps a java.security.PublicKey object.
 

Methods in bees.core.security with parameters of type PublicKeySpec
 void Signature.initVerify(PublicKeySpec publicKey, ProtocolSession ps)
          Initialize the signature object for verification.
 void Signature.initVerify(PublicKeySpec publicKey)
          Initialize the signature object for verification.
 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.
 


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/