| Modifier and Type | Method and Description |
|---|---|
static CertificateBuilder.KeyUsage |
CertificateBuilder.KeyUsage.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateBuilder |
CertificateBuilder.setKeyUsage(boolean critical,
CertificateBuilder.KeyUsage... keyUsages)
The key usage specify the intended usages for which the certificate has been issued.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.