publicKey property
CryptoKey
get
publicKey
Implementation
_i3.CryptoKey get publicKey => _i4.getProperty(
this,
'publicKey',
);
set
publicKey
(CryptoKey value)
Implementation
set publicKey(_i3.CryptoKey value) {
_i4.setProperty(
this,
'publicKey',
value,
);
}