Class SshEd448PublicKeyJCE.SshEd448PublicKeyJCEFactory
java.lang.Object
com.sshtools.common.ssh.components.jce.SshEd448PublicKeyJCE.SshEd448PublicKeyJCEFactory
- All Implemented Interfaces:
ComponentInstanceFactory<SshEd448PublicKeyJCE>,SshPublicKeyFactory<SshEd448PublicKeyJCE>
- Enclosing class:
- SshEd448PublicKeyJCE
public static class SshEd448PublicKeyJCE.SshEd448PublicKeyJCEFactory
extends Object
implements SshPublicKeyFactory<SshEd448PublicKeyJCE>
-
Constructor Details
-
SshEd448PublicKeyJCEFactory
public SshEd448PublicKeyJCEFactory()
-
-
Method Details
-
create
Description copied from interface:ComponentInstanceFactoryCreate a new instance of the component.- Specified by:
createin interfaceComponentInstanceFactory<SshEd448PublicKeyJCE>- Returns:
- component
- Throws:
NoSuchAlgorithmException- if no such algorithm existsIOException- any other error
-
getKeys
Description copied from interface:ComponentInstanceFactoryGet the internal keys used to identify this component. The same component may be identified by more than one key, for exampleSHA256andSHA-256. The first key in the array is the algorithms primary key.- Specified by:
getKeysin interfaceComponentInstanceFactory<SshEd448PublicKeyJCE>- Returns:
- key
-