RSAPrivateKey class

Inheritance

Constructors

RSAPrivateKey()

Properties

coefficient BigInt
getter/setter pair
d BigInt
getter/setter pair
e BigInt
getter/setter pair
exponent1 BigInt
getter/setter pair
exponent2 BigInt
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
n BigInt
getter/setter pair
p BigInt
getter/setter pair
q BigInt
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializedHeaderSize int
Minimum size for this serialized object.
no setterinherited
serializedSize int
Exact size for this serialized object.
no setteroverride
version BigInt
getter/setter pair

Methods

deserialize(SerializableInput input) → void
https://gist.github.com/proteye/982d9991922276ccfb011dfc55443d74
override
fromRaw(SerializableInput input) → void
Deserializes this Serializable from a SerializableInput.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(SerializableOutput output) → void
Interface for output serialization.
override
toRaw({Endian endian = Endian.big}) Uint8List
Serializes this Serializable to a Uint8List.
inherited
toString() String
A string representation of this object.
override

Operators

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