certificate property
ByteBuffer
get
certificate
Must be the DER encoding of a X.509 certificate. Currently, only certificates of RSA keys are supported.
Implementation
ByteBuffer get certificate => _wrapped.certificate.toDart;
set
certificate
(ByteBuffer v)
Implementation
set certificate(ByteBuffer v) {
_wrapped.certificate = v.toJS;
}