Uses of Enum
io.vertx.core.net.PqcEnforcementPolicy
Packages that use PqcEnforcementPolicy
-
Uses of PqcEnforcementPolicy in io.vertx.core.net
Subclasses with type arguments of type PqcEnforcementPolicy in io.vertx.core.netModifier and TypeClassDescriptionenumPolicy for enforcing post-quantum cryptography (PQC) key exchange.Fields in io.vertx.core.net declared as PqcEnforcementPolicyModifier and TypeFieldDescriptionstatic final PqcEnforcementPolicySSLOptions.DEFAULT_PQC_ENFORCEMENT_POLICYDefault PQC enforcement policy = RELAXEDMethods in io.vertx.core.net that return PqcEnforcementPolicyModifier and TypeMethodDescriptionSSLOptions.getPqcEnforcementPolicy()static PqcEnforcementPolicyReturns the enum constant of this type with the specified name.static PqcEnforcementPolicy[]PqcEnforcementPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.net with parameters of type PqcEnforcementPolicyModifier and TypeMethodDescriptionClientSSLOptions.setPqcEnforcementPolicy(PqcEnforcementPolicy pqcEnforcementPolicy) ServerSSLOptions.setPqcEnforcementPolicy(PqcEnforcementPolicy pqcEnforcementPolicy) SSLOptions.setPqcEnforcementPolicy(PqcEnforcementPolicy pqcEnforcementPolicy) Set the post-quantum cryptography enforcement policy.