X509Certificate抽象 接口

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

属性

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

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承