Uses of Enum
io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
Packages that use CertificateBuilder.ExtendedKeyUsage
-
Uses of CertificateBuilder.ExtendedKeyUsage in io.netty.pkitesting
Subclasses with type arguments of type CertificateBuilder.ExtendedKeyUsage in io.netty.pkitestingModifier and TypeClassDescriptionstatic enumThe extended key usage field specify what the certificate and key is allowed to be used for.Methods in io.netty.pkitesting that return CertificateBuilder.ExtendedKeyUsageModifier and TypeMethodDescriptionReturns 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.Methods in io.netty.pkitesting with parameters of type CertificateBuilder.ExtendedKeyUsageModifier and TypeMethodDescriptionCertificateBuilder.addExtendedKeyUsage(CertificateBuilder.ExtendedKeyUsage keyUsage) Add the givenCertificateBuilder.ExtendedKeyUsageto the list of extended key usages.