|
Bees v0.5.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrivateKeySpec | |
| 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 PrivateKeySpec in bees.core |
| Methods in bees.core with parameters of type PrivateKeySpec | |
void |
SignedXdrByteArray.sign(PrivateKeySpec pk,
ProtocolSession ps)
|
void |
SignedXdrByteArray.sign(PrivateKeySpec pk)
|
| Uses of PrivateKeySpec in bees.core.security |
| Subclasses of PrivateKeySpec in bees.core.security | |
class |
PrivateKey
A PrivateKey capability wraps a java.security.PrivateKey object. |
| Methods in bees.core.security with parameters of type PrivateKeySpec | |
void |
Signature.initSign(PrivateKeySpec privateKey)
Initialize the signature object for signing. |
void |
Signature.initSign(PrivateKeySpec privateKey,
java.security.SecureRandom random)
Initialize the signature object for signing. |
void |
Signature.initSign(PrivateKeySpec privateKey,
ProtocolSession ps)
Initialize the signature object for signing. |
void |
Signature.initSign(PrivateKeySpec privateKey,
java.security.SecureRandom random,
ProtocolSession ps)
Initialize the signature object for signing. |
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. |
|
Bees v0.5.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||