Class AES256Gcm.AES256GcmFactory
java.lang.Object
com.sshtools.common.ssh.components.jce.AES256Gcm.AES256GcmFactory
- All Implemented Interfaces:
ComponentInstanceFactory<AES256Gcm>,SshCipherFactory<AES256Gcm>
- Enclosing class:
- AES256Gcm
public static class AES256Gcm.AES256GcmFactory
extends Object
implements SshCipherFactory<AES256Gcm>
-
Constructor Details
-
AES256GcmFactory
public AES256GcmFactory()
-
-
Method Details
-
create
Description copied from interface:ComponentInstanceFactoryCreate a new instance of the component.- Specified by:
createin interfaceComponentInstanceFactory<AES256Gcm>- 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<AES256Gcm>- Returns:
- key
-