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