|
Bees v0.5.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||