DomainCertificatePEM class

A DomainCertificate implementation using PEM content.

Inheritance

Constructors

DomainCertificatePEM(List<String> domains, String fullChainPEM, String privateKeyPEM)

Properties

domains List<String>
The domains of the certificates.
latefinalinherited
fullChainPEM String
The full-chain certificates in PEM format.
final
hashCode int
The hash code for this object.
no setterinherited
privateKeyPEM String
The private key certificates in PEM format.
final
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