Uses of Class
cloud.opencode.base.crypto.policy.CryptoPolicy.Builder
Packages that use CryptoPolicy.Builder
-
Uses of CryptoPolicy.Builder in cloud.opencode.base.crypto.policy
Methods in cloud.opencode.base.crypto.policy that return CryptoPolicy.BuilderModifier and TypeMethodDescriptionAdds algorithms to the allowed set.static CryptoPolicy.BuilderCryptoPolicy.builder()Creates a new Builder for constructing a custom CryptoPolicy.Adds algorithms to the denied set.CryptoPolicy.Builder.minKeyBits(String algorithm, int bits) Sets the minimum key size in bits for an algorithm.