public final class X25519PublicKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
| Constructor and Description |
|---|
X25519PublicKeyParameters(byte[] buf) |
X25519PublicKeyParameters(byte[] buf,
int off) |
X25519PublicKeyParameters(java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] buf,
int off) |
byte[] |
getEncoded() |
isPrivatepublic static final int KEY_SIZE
public X25519PublicKeyParameters(byte[] buf)
public X25519PublicKeyParameters(byte[] buf,
int off)
public X25519PublicKeyParameters(java.io.InputStream input)
throws java.io.IOException
java.io.IOException