Package org.bouncycastle.crypto.params
Class X448PublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.X448PublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Field Summary
-
Constructor Summary
ConstructorDescriptionX448PublicKeyParameters
(byte[] buf) X448PublicKeyParameters
(byte[] buf, int off) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
KEY_SIZE
public static final int KEY_SIZE- See Also:
-
-
Constructor Details
-
X448PublicKeyParameters
public X448PublicKeyParameters(byte[] buf) -
X448PublicKeyParameters
public X448PublicKeyParameters(byte[] buf, int off) -
X448PublicKeyParameters
- Throws:
IOException
-
-
Method Details
-
encode
public void encode(byte[] buf, int off) -
getEncoded
public byte[] getEncoded()
-