Uses of Class
io.netty.pkitesting.CertificateBuilder.KeyUsage
-
Packages that use CertificateBuilder.KeyUsage Package Description io.netty.pkitesting Tools for generating X.509 certificates for testing. -
-
Uses of CertificateBuilder.KeyUsage in io.netty.pkitesting
Methods in io.netty.pkitesting that return CertificateBuilder.KeyUsage Modifier and Type Method Description static CertificateBuilder.KeyUsage
CertificateBuilder.KeyUsage. valueOf(java.lang.String name)
Returns 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.KeyUsage Modifier and Type Method Description CertificateBuilder
CertificateBuilder. setKeyUsage(boolean critical, CertificateBuilder.KeyUsage... keyUsages)
The key usage specify the intended usages for which the certificate has been issued.
-