OpenSSHRsaKeyPair class

Mixed in types

Constructors

OpenSSHRsaKeyPair(BigInt n, BigInt e, BigInt d, BigInt iqmp, BigInt p, BigInt q, String comment)
OpenSSHRsaKeyPair.readFrom(SSHMessageReader reader)
factory

Properties

comment String
final
d BigInt
final
e BigInt
final
hashCode int
The hash code for this object.
no setterinherited
iqmp BigInt
final
n BigInt
final
name String
name is the name of the algorithm used when saving the key. This only affects how the key is serialized.
final
p BigInt
final
q BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
type indicates not only the encoding of the key, but also the the algorithm used when signing. Until now only RSA keys have types that are different from name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List data) → SSHRsaSignature
override
toPem() String
inherited
toPublicKey() → SSHHostKey
override
toString() String
A string representation of this object.
override
writeTo(SSHMessageWriter writer) → void
override

Operators

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