CardinalRsaPublicKey class
Represents an Rsa public key
Constructors
- CardinalRsaPublicKey.fromSpkiBase64(String spkiBase64)
- Create the key from its spki representation, base64-encoded.
- CardinalRsaPublicKey.fromSpkiBytes(Uint8List spkiBytes)
- Create the key from its raw spki representation.
- CardinalRsaPublicKey.fromSpkiHex(String spkiHex)
-
Create the key from its spki representation, hex-encoded.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spkiBase64 → String
-
Representation of the public key in spki format, base64-encoded.
no setter
- spkiBytes → Uint8List
-
Representation of the public key in raw spki format.
no setter
- spkiHex → String
-
Representation of the public key in spki format, hex-encoded.
final
Methods
-
fingerprint(
) → CardinalRsaPublicKeyFingerprint - The fingerprint for this public key
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited