public final class Ed448PrivateKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
static int |
SIGNATURE_SIZE |
| Constructor and Description |
|---|
Ed448PrivateKeyParameters(byte[] buf,
int off) |
Ed448PrivateKeyParameters(InputStream input) |
Ed448PrivateKeyParameters(SecureRandom random) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] buf,
int off) |
Ed448PublicKeyParameters |
generatePublicKey() |
byte[] |
getEncoded() |
void |
sign(int algorithm,
Ed448PublicKeyParameters publicKey,
byte[] ctx,
byte[] msg,
int msgOff,
int msgLen,
byte[] sig,
int sigOff) |
isPrivatepublic static final int KEY_SIZE
public static final int SIGNATURE_SIZE
public Ed448PrivateKeyParameters(SecureRandom random)
public Ed448PrivateKeyParameters(byte[] buf,
int off)
public Ed448PrivateKeyParameters(InputStream input) throws IOException
IOExceptionpublic void encode(byte[] buf,
int off)
public byte[] getEncoded()
public Ed448PublicKeyParameters generatePublicKey()
public void sign(int algorithm,
Ed448PublicKeyParameters publicKey,
byte[] ctx,
byte[] msg,
int msgOff,
int msgLen,
byte[] sig,
int sigOff)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.