Class WireguardKey

java.lang.Object
ai.vespa.validation.StringWrapper<T>
ai.vespa.validation.PatternedStringWrapper<WireguardKey>
com.yahoo.config.provision.WireguardKey
All Implemented Interfaces:
Comparable<WireguardKey>

public class WireguardKey extends ai.vespa.validation.PatternedStringWrapper<WireguardKey>
Wraps a Wireguard key. For security reasons, this should only be used for public keys, although private keys use the same format.
Author:
gjoranv
  • Constructor Details

    • WireguardKey

      public WireguardKey(String value)
  • Method Details