public final class X448PrivateKeyParameters extends AsymmetricKeyParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_SIZE |
static int |
SECRET_SIZE |
| Constructor and Description |
|---|
X448PrivateKeyParameters(byte[] buf,
int off) |
X448PrivateKeyParameters(InputStream input) |
X448PrivateKeyParameters(SecureRandom random) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(byte[] buf,
int off) |
X448PublicKeyParameters |
generatePublicKey() |
void |
generateSecret(X448PublicKeyParameters publicKey,
byte[] buf,
int off) |
byte[] |
getEncoded() |
isPrivatepublic static final int KEY_SIZE
public static final int SECRET_SIZE
public X448PrivateKeyParameters(SecureRandom random)
public X448PrivateKeyParameters(byte[] buf,
int off)
public X448PrivateKeyParameters(InputStream input) throws IOException
IOExceptionpublic void encode(byte[] buf,
int off)
public byte[] getEncoded()
public X448PublicKeyParameters generatePublicKey()
public void generateSecret(X448PublicKeyParameters publicKey, byte[] buf, int off)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.