Uses of Class
org.xipki.security.KeyUsage
-
Packages that use KeyUsage Package Description org.xipki.security org.xipki.security.util -
-
Uses of KeyUsage in org.xipki.security
Methods in org.xipki.security that return KeyUsage Modifier and Type Method Description static KeyUsageKeyUsage. getKeyUsage(int bit)static KeyUsageKeyUsage. getKeyUsage(String usage)static KeyUsageKeyUsage. getKeyUsageFromBcUsage(int bcUsage)static KeyUsageKeyUsage. 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.xipki.security with parameters of type KeyUsage Modifier and Type Method Description booleanX509Cert. hasKeyusage(KeyUsage usage) -
Uses of KeyUsage in org.xipki.security.util
Method parameters in org.xipki.security.util with type arguments of type KeyUsage Modifier and Type Method Description static org.bouncycastle.asn1.x509.KeyUsageX509Util. createKeyUsage(Set<KeyUsage> usages)
-