Uses of Class
net.i2p.router.crypto.FamilyKeyCrypto.Result
-
Packages that use FamilyKeyCrypto.Result Package Description net.i2p.router.crypto Classes formerly in net.i2p.crypto but moved here as they are only used by the router. -
-
Uses of FamilyKeyCrypto.Result in net.i2p.router.crypto
Methods in net.i2p.router.crypto that return FamilyKeyCrypto.Result Modifier and Type Method 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.
-