public final class Ed448PublicKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
| Constructor and Description |
|---|
Ed448PublicKeyParameters(byte[] buf) |
Ed448PublicKeyParameters(byte[] buf,
int off) |
Ed448PublicKeyParameters(Ed448.PublicPoint publicPoint) |
Ed448PublicKeyParameters(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 Ed448PublicKeyParameters(byte[] buf)
public Ed448PublicKeyParameters(byte[] buf,
int off)
public Ed448PublicKeyParameters(java.io.InputStream input)
throws java.io.IOException
java.io.IOExceptionpublic Ed448PublicKeyParameters(Ed448.PublicPoint publicPoint)