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) |
X448PrivateKeyParameters(byte[] buf,
int off) |
X448PrivateKeyParameters(java.io.InputStream input) |
X448PrivateKeyParameters(java.security.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() |
isPrivate
public static final int KEY_SIZE
public static final int SECRET_SIZE
public X448PrivateKeyParameters(java.security.SecureRandom random)
public X448PrivateKeyParameters(byte[] buf)
public X448PrivateKeyParameters(byte[] buf, int off)
public X448PrivateKeyParameters(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public void encode(byte[] buf, int off)
public byte[] getEncoded()
public X448PublicKeyParameters generatePublicKey()
public void generateSecret(X448PublicKeyParameters publicKey, byte[] buf, int off)