pkcs8Base64 property
String
get
pkcs8Base64
Representation of the private key in pkcs8 format, base64-encoded.
Implementation
String get pkcs8Base64 {
return base64Encode(hex.decode(pkcs8Hex));
}
Representation of the private key in pkcs8 format, base64-encoded.
String get pkcs8Base64 {
return base64Encode(hex.decode(pkcs8Hex));
}