Uses of Interface
net.rpcnet.securitytoolkit.web.ssl.caa.CAAResult
-
Packages that use CAAResult Package Description net.rpcnet.securitytoolkit.web.ssl.caa -
-
Uses of CAAResult in net.rpcnet.securitytoolkit.web.ssl.caa
Classes in net.rpcnet.securitytoolkit.web.ssl.caa that implement CAAResult Modifier and Type Class Description classImmutableCAAResultImmutable implementation ofCAAResult.Methods in net.rpcnet.securitytoolkit.web.ssl.caa that return CAAResult Modifier and Type Method Description static CAAResultDNSCAAChecker. buildCAAResult(RecordChecker.CAADto dto)Methods in net.rpcnet.securitytoolkit.web.ssl.caa that return types with arguments of type CAAResult Modifier and Type Method Description static Collection<CAAResult>DNSCAAChecker. checkDNSCAA(String domain)Methods in net.rpcnet.securitytoolkit.web.ssl.caa with parameters of type CAAResult Modifier and Type Method Description static ImmutableCAAResultImmutableCAAResult. copyOf(CAAResult instance)Creates an immutable copy of aCAAResultvalue.ImmutableCAAResult.BuilderImmutableCAAResult.Builder. from(CAAResult instance)Fill a builder with attribute values from the providedCAAResultinstance.
-