|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.Ed25519PublicKeyParameters
Field Summary | |
static int |
KEY_SIZE
|
Constructor Summary | |
Ed25519PublicKeyParameters(byte[] buf,
int off)
|
|
Ed25519PublicKeyParameters(java.io.InputStream input)
|
Method Summary | |
void |
encode(byte[] buf,
int off)
|
byte[] |
getEncoded()
|
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
isPrivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int KEY_SIZE
Constructor Detail |
public Ed25519PublicKeyParameters(byte[] buf, int off)
public Ed25519PublicKeyParameters(java.io.InputStream input) throws java.io.IOException
Method Detail |
public void encode(byte[] buf, int off)
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |