PemFile constructor

PemFile(
  1. String rawString,
  2. KeyType keyType
)

Implementation

PemFile(this.rawString, this.keyType);