Package | Description |
---|---|
net.i2p.router.crypto |
Classes formerly in net.i2p.crypto but moved here as they are only used by the router.
|
Modifier and Type | Method and Description |
---|---|
static FamilyKeyCrypto.Result |
FamilyKeyCrypto.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyKeyCrypto.Result[] |
FamilyKeyCrypto.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
FamilyKeyCrypto.Result |
FamilyKeyCrypto.verify(RouterInfo ri)
Verify the family signature in a RouterInfo.
|