CardinalRsaPrivateKey class

Represents an Rsa private key

Constructors

CardinalRsaPrivateKey.fromPkcs8Base64(String pkcs8Base64)
Create the key from its pkcs8 representation, base64-encoded.
CardinalRsaPrivateKey.fromPkcs8Bytes(Uint8List pkcs8Bytes)
Create the key from its raw pkcs8 representation.
CardinalRsaPrivateKey.fromPkcs8Hex(String pkcs8Hex)
Create the key from its pkcs8 representation, hex-encoded.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
pkcs8Base64 String
Representation of the private key in pkcs8 format, base64-encoded.
no setter
pkcs8Bytes Uint8List
Representation of the private key in raw pkcs8 format.
no setter
pkcs8Hex String
Representation of the private key in pkcs8 format, hex-encoded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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