certificate property
ByteBuffer
get
certificate
The DER encoding of a X.509 certificate. The extension must sign
input
using the associated private key.
Implementation
ByteBuffer get certificate => _wrapped.certificate.toDart;
set
certificate
(ByteBuffer v)
Implementation
set certificate(ByteBuffer v) {
_wrapped.certificate = v.toJS;
}