Uses of Class
org.xwiki.crypto.pkix.params.x509certificate.extension.KeyUsage
-
Packages that use KeyUsage Package Description org.xwiki.crypto.pkix org.xwiki.crypto.pkix.params.x509certificate.extension -
-
Uses of KeyUsage in org.xwiki.crypto.pkix
Method parameters in org.xwiki.crypto.pkix with type arguments of type KeyUsage Modifier and Type Method Description X509ExtensionBuilder
X509ExtensionBuilder. addKeyUsage(boolean critical, EnumSet<KeyUsage> usages)
Add a key usage extensions.X509ExtensionBuilder
X509ExtensionBuilder. addKeyUsage(EnumSet<KeyUsage> usages)
Add a critical key usage extensions. -
Uses of KeyUsage in org.xwiki.crypto.pkix.params.x509certificate.extension
Methods in org.xwiki.crypto.pkix.params.x509certificate.extension that return KeyUsage Modifier and Type Method Description static KeyUsage
KeyUsage. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyUsage[]
KeyUsage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.crypto.pkix.params.x509certificate.extension that return types with arguments of type KeyUsage Modifier and Type Method Description EnumSet<KeyUsage>
X509Extensions. getKeyUsage()
-