org.bouncycastle.crypto.params
Class X448PublicKeyParameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.crypto.params.X448PublicKeyParameters
- All Implemented Interfaces:
- CipherParameters
- public final class X448PublicKeyParameters
- extends AsymmetricKeyParameter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_SIZE
public static final int KEY_SIZE
X448PublicKeyParameters
public X448PublicKeyParameters(byte[] buf)
X448PublicKeyParameters
public X448PublicKeyParameters(byte[] buf,
int off)
X448PublicKeyParameters
public X448PublicKeyParameters(java.io.InputStream input)
throws java.io.IOException
encode
public void encode(byte[] buf,
int off)
getEncoded
public byte[] getEncoded()