DomainCertificate class abstract

Holds domains certificates to load into a SecurityContext.

Implementers

Constructors

DomainCertificate(Iterable<String> domains)

Properties

domains List<String>
The domains of the certificates.
latefinal
fullChainPEM String
The full-chain certificates in PEM format.
no setter
hashCode int
The hash code for this object.
no setteroverride
privateKeyPEM String
The private key certificates in PEM format.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

define(SecurityContext securityContext) → void
Defines this certificates into securityContext.
merge(DomainCertificate other) DomainCertificate
Merge this instance with other.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override