Uses of Class
org.xipki.security.pkcs11.P11Slot.P11KeyUsage
-
Packages that use P11Slot.P11KeyUsage Package Description org.xipki.security.pkcs11 -
-
Uses of P11Slot.P11KeyUsage in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that return P11Slot.P11KeyUsage Modifier and Type Method Description static P11Slot.P11KeyUsageP11Slot.P11KeyUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static P11Slot.P11KeyUsage[]P11Slot.P11KeyUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.security.pkcs11 that return types with arguments of type P11Slot.P11KeyUsage Modifier and Type Method Description Set<P11Slot.P11KeyUsage>P11Slot.P11NewKeyControl. getUsages()Method parameters in org.xipki.security.pkcs11 with type arguments of type P11Slot.P11KeyUsage Modifier and Type Method Description voidP11Slot.P11NewKeyControl. setUsages(Set<P11Slot.P11KeyUsage> usages)
-