Package org.bouncycastle.crypto.params
Class X25519PublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.X25519PublicKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Field Summary
-
Constructor Summary
ConstructorDescriptionX25519PublicKeyParameters
(byte[] buf) X25519PublicKeyParameters
(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
-
X25519PublicKeyParameters
public X25519PublicKeyParameters(byte[] buf) -
X25519PublicKeyParameters
public X25519PublicKeyParameters(byte[] buf, int off) -
X25519PublicKeyParameters
- Throws:
IOException
-
-
Method Details
-
encode
public void encode(byte[] buf, int off) -
getEncoded
public byte[] getEncoded()
-