X509Certificate抽象 接口

X509Certificate 代表一个 SSL 证书,提供获取证书字段的访问器。

属性

der Uint8List
证书的 DER 编码字节。
没有设置器
endValidity DateTime
没有设置器
hashCode int
此对象的哈希码。
无设置器
继承
没有设置器
issuer String
pem String
没有设置器
证书的 PEM 编码的字符串。
runtimeType Type
无设置器
对象运行时类型的表示。
sha1 Uint8List
没有设置器
证书的 SHA1 哈希。
没有设置器
startValidity DateTime
没有设置器

主题 String

方法
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
当访问不存在的方法或属性时被调用。

A string representation of this object.

操作符
operator ==(Object other) bool
当访问不存在的方法或属性时被调用。