ClientCertificateRequest class
Properties
-
certificateAuthorities
↔ List<ByteBuffer>
-
List of distinguished names of certificate authorities allowed by the
server. Each entry must be a DER-encoded X.509 DistinguishedName.
getter/setter pair
-
certificateTypes
↔ List<ClientCertificateType>
-
This field is a list of the types of certificates requested, sorted in
order of the server's preference. Only certificates of a type contained
in this list will be retrieved. If
certificateTypes
is the
empty list, however, certificates of any type will be returned.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ ClientCertificateRequest
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited