Uses of Enum
io.netty.pkitesting.CertificateBuilder.KeyUsage
Packages that use CertificateBuilder.KeyUsage
-
Uses of CertificateBuilder.KeyUsage in io.netty.pkitesting
Subclasses with type arguments of type CertificateBuilder.KeyUsage in io.netty.pkitestingModifier and TypeClassDescriptionstatic enumThe key usage field specify what the certificate and key is allowed to be used for.Methods in io.netty.pkitesting that return CertificateBuilder.KeyUsageModifier and TypeMethodDescriptionstatic CertificateBuilder.KeyUsageReturns the enum constant of this type with the specified name.static CertificateBuilder.KeyUsage[]CertificateBuilder.KeyUsage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.pkitesting with parameters of type CertificateBuilder.KeyUsageModifier and TypeMethodDescriptionCertificateBuilder.setKeyUsage(boolean critical, CertificateBuilder.KeyUsage... keyUsages) The key usage specify the intended usages for which the certificate has been issued.