public final class Ed25519PublicKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
| Constructor and Description |
|---|
Ed25519PublicKeyParameters(byte[] buf) |
Ed25519PublicKeyParameters(byte[] buf,
int off) |
Ed25519PublicKeyParameters(Ed25519.PublicPoint publicPoint) |
Ed25519PublicKeyParameters(java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] buf,
int off) |
byte[] |
getEncoded() |
boolean |
verify(int algorithm,
byte[] ctx,
byte[] msg,
int msgOff,
int msgLen,
byte[] sig,
int sigOff) |
isPrivatepublic static final int KEY_SIZE
public Ed25519PublicKeyParameters(byte[] buf)
public Ed25519PublicKeyParameters(byte[] buf,
int off)
public Ed25519PublicKeyParameters(java.io.InputStream input)
throws java.io.IOException
java.io.IOExceptionpublic Ed25519PublicKeyParameters(Ed25519.PublicPoint publicPoint)