| Modifier and Type | Method and Description |
|---|---|
static CertificateBuilder.ExtendedKeyUsage |
CertificateBuilder.ExtendedKeyUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateBuilder.ExtendedKeyUsage[] |
CertificateBuilder.ExtendedKeyUsage.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.addExtendedKeyUsage(CertificateBuilder.ExtendedKeyUsage keyUsage)
Add the given
CertificateBuilder.ExtendedKeyUsage to the list of extended key usages. |
Copyright © 2008–2024 The Netty Project. All rights reserved.