Class EdDSAUtils

java.lang.Object
org.apache.sshd.common.util.security.eddsa.generic.EdDSAUtils

public final class EdDSAUtils extends Object
Utilities to extract the raw key bytes from ed25519 or ed448 keys or to construct such keys from the raw key bytes, in a manner that is independent of the actual concrete key implementation classes.
Author:
Apache MINA SSHD Project