Package | Description |
---|---|
org.abstractj.kalium.crypto | |
org.abstractj.kalium.encoders | |
org.abstractj.kalium.keys |
Modifier and Type | Method and Description |
---|---|
byte[] |
Box.decrypt(String nonce,
String ciphertext,
Encoder encoder) |
byte[] |
Box.encrypt(String nonce,
String message,
Encoder encoder) |
Point |
Point.mult(String n,
Encoder encoder) |
String |
Hash.pwhash_scryptsalsa208sha256(String passwd,
Encoder encoder,
byte[] salt,
int opslimit,
long memlimit) |
String |
Hash.sha256(String message,
Encoder encoder) |
String |
Hash.sha512(String message,
Encoder encoder) |
Constructor and Description |
---|
Box(String publicKey,
String privateKey,
Encoder encoder) |
Point(String point,
Encoder encoder) |
SecretBox(String key,
Encoder encoder) |
Modifier and Type | Class and Description |
---|---|
class |
Hex
Converts hexadecimal Strings.
|
class |
Raw |
Modifier and Type | Method and Description |
---|---|
String |
SigningKey.sign(String message,
Encoder encoder) |
boolean |
VerifyKey.verify(String message,
String signature,
Encoder encoder) |
Constructor and Description |
---|
KeyPair(String secretKey,
Encoder encoder) |
SigningKey(String seed,
Encoder encoder) |
VerifyKey(String key,
Encoder encoder) |
Copyright © 2015. All Rights Reserved.