RsaPrivateKey class

Implemented types

Constructors

RsaPrivateKey(BigInt version, BigInt n, BigInt e, BigInt d, BigInt p, BigInt q, BigInt exponent1, BigInt exponent2, BigInt coefficient)
RsaPrivateKey.decode(Uint8List keyBlob)
factory

Properties

coefficient BigInt
final
d BigInt
final
e BigInt
final
exponent1 BigInt
final
exponent2 BigInt
final
hashCode int
The hash code for this object.
no setterinherited
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
version BigInt
final

Methods

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

Operators

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