aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/src/main/java/com/yahoo/security/tls/ToCapabilitySet.java
blob: 81c0545e2da3e4038803587b713debf236d2f1f1 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

package com.yahoo.security.tls;

/**
 * @author bjorncs
 */
@FunctionalInterface public interface ToCapabilitySet { CapabilitySet toCapabilitySet(); }