public final class X448PublicKeyParameters extends AsymmetricKeyParameter
Modifier and Type | Field and Description |
---|---|
static int |
KEY_SIZE |
Constructor and Description |
---|
X448PublicKeyParameters(byte[] buf,
int off) |
X448PublicKeyParameters(InputStream input) |
Modifier and Type | Method and Description |
---|---|
void |
encode(byte[] buf,
int off) |
byte[] |
getEncoded() |
isPrivate
public static final int KEY_SIZE
public X448PublicKeyParameters(byte[] buf, int off)
public X448PublicKeyParameters(InputStream input) throws IOException
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.