Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.KeyUsageEnum

Packages that use KeyUsageEnum
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
protected  List<KeyUsageEnum> KeyBindingAbstractType.keyUsage
           
 

Methods in org.apache.cxf.xkms.model.xkms that return KeyUsageEnum
static KeyUsageEnum KeyUsageEnum.fromValue(String v)
           
static KeyUsageEnum KeyUsageEnum.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
 JAXBElement<KeyUsageEnum> ObjectFactory.createKeyUsage(KeyUsageEnum value)
          Create an instance of JAXBElement<KeyUsageEnum>}
 List<KeyUsageEnum> KeyBindingAbstractType.getKeyUsage()
          Gets the value of the keyUsage property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyUsageEnum
 JAXBElement<KeyUsageEnum> ObjectFactory.createKeyUsage(KeyUsageEnum value)
          Create an instance of JAXBElement<KeyUsageEnum>}
 


Apache CXF API

Apache CXF