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