DomainCertificateFilePath class

A DomainCertificate implementation using file paths.

Inheritance

Constructors

DomainCertificateFilePath(List<String> domains, String fullChainFilePath, String privateKeyFilePath)

Properties

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

Methods

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

Operators

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