Uses of Class
org.apache.cxf.xkms.model.xkms.KeyUsageEnum
-
Packages that use KeyUsageEnum Package Description org.apache.cxf.xkms.model.xkms -
-
Uses of KeyUsageEnum in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms with type parameters of type KeyUsageEnum Modifier and Type Field Description protected List<KeyUsageEnum>KeyBindingAbstractType. keyUsageMethods in org.apache.cxf.xkms.model.xkms that return KeyUsageEnum Modifier and Type Method Description static KeyUsageEnumKeyUsageEnum. fromValue(String v)static KeyUsageEnumKeyUsageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsageEnum[]KeyUsageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type KeyUsageEnum Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyUsageEnum>ObjectFactory. createKeyUsage(KeyUsageEnum value)List<KeyUsageEnum>KeyBindingAbstractType. getKeyUsage()Gets the value of the keyUsage property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyUsageEnum Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyUsageEnum>ObjectFactory. createKeyUsage(KeyUsageEnum value)
-