PkixPublicKey class
A public key in the PkixPublicKey format.
Public keys of this type are typically textually encoded using the PEM format.
Constructors
- PkixPublicKey({String? keyId, String? publicKeyPem, String? signatureAlgorithm})
- PkixPublicKey.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- keyId ↔ String?
- 
  The ID of this public key.
  getter/setter pair
- publicKeyPem ↔ String?
- 
  A PEM-encoded public key, as described in
https://tools.ietf.org/html/rfc7468#section-13
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- signatureAlgorithm ↔ String?
- 
  The signature algorithm used to verify a message against a signature using
this key.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited