Interface TrustAnchorTrustOptions<R extends CertPathTrustManagerParameters>

All Superinterfaces:
TrustOptions<Set<TrustAnchor>,R>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TrustAnchorTrustOptions<R extends CertPathTrustManagerParameters> extends TrustOptions<Set<TrustAnchor>,R>
Author:
Hakan Altindag
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Set<TrustAnchor> trustAnchors)