|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--bees.core.Capability
|
+--bees.core.security.KeySpec
A KeySpec is a base class for the various cryptographic key classes.
| Fields inherited from class bees.core.Capability |
DELETE_PERMISSION, id, INVALID_ID |
| Constructor Summary | |
KeySpec()
Construct an empty KeySpec. |
|
| Method Summary | |
SpecCapabilityFactory |
getFactory()
|
CapabilitySpec |
specFromBytes(byte[] flattened)
Initialize this object from the given flattened version of the object. |
java.lang.String |
toString()
|
| Methods inherited from class bees.core.Capability |
checkPermission, clear, clonePermission, deleteCapability, equals, fromBytes, fromBytes, revoke, revokedPermission, revokePermission, revokePermissions, valid |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeySpec()
| Method Detail |
public final CapabilitySpec specFromBytes(byte[] flattened)
throws java.security.NoSuchAlgorithmException,
java.security.spec.InvalidKeySpecException
CapabilitySpecspecFromBytes in interface CapabilitySpecCapabilitySpec.specFromBytes(byte[])public SpecCapabilityFactory getFactory()
getFactory in interface CapabilitySpecCapabilitySpec.getFactory()public java.lang.String toString()
toString in class CapabilityObject.toString()
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||