SSHCipherType class

Properties

blockSize int
final
cipherFactory → BlockCipher Function()
final
hashCode int
The hash code for this object.
no setterinherited
ivSize int
final
keySize int
final
name String
The name of the algorithm. For example, "aes256-ctr"`.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createCipher(Uint8List key, Uint8List iv, {required bool forEncryption}) → BlockCipher
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromName(String name) SSHCipherType?