|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.vattp.data.VatIdentity
Untamed: Useful functions for manipulating the public key pair representing a vat's identity.
Field Summary | |
(package private) static String |
WHOEVER
VatID to use for connecting to unknown vats at a specific IP address |
Constructor Summary | |
private |
VatIdentity()
prevent instantiation |
Method Summary | |
static String |
calculateVatID(PublicKey key)
Enabled: Calculate the vatID from a public key. |
static KeyPair |
generateKeyPair(ESecureRandom entropy)
Enabled: Make a new VatIdentity object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final String WHOEVER
Constructor Detail |
private VatIdentity()
Method Detail |
public static KeyPair generateKeyPair(ESecureRandom entropy)
public static String calculateVatID(PublicKey key)
key
- is the public key to hash
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |