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