org.abstractj.kalium.crypto
public class Box extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
privateKey |
private byte[] |
publicKey |
Constructor and Description |
---|
Box(byte[] publicKey,
byte[] privateKey) |
Box(PublicKey publicKey,
PrivateKey privateKey) |
Box(String publicKey,
String privateKey,
Encoder encoder) |
public Box(byte[] publicKey, byte[] privateKey)
public Box(PublicKey publicKey, PrivateKey privateKey)
Copyright © 2015. All Rights Reserved.