Uses of Class
org.apache.cxf.xkms.model.xkms.KeyBindingAbstractType
-
Packages that use KeyBindingAbstractType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.service -
-
Uses of KeyBindingAbstractType in org.apache.cxf.xkms.model.xkms
Subclasses of KeyBindingAbstractType in org.apache.cxf.xkms.model.xkms Modifier and Type Class Description classKeyBindingTypeJava class for KeyBindingType complex type.classPrototypeKeyBindingTypeJava class for PrototypeKeyBindingType complex type.classQueryKeyBindingTypeJava class for QueryKeyBindingType complex type.classUnverifiedKeyBindingTypeJava class for UnverifiedKeyBindingType complex type. -
Uses of KeyBindingAbstractType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type KeyBindingAbstractType Modifier and Type Method Description protected voidXKMSService. setKeyUsageAll(KeyBindingAbstractType keyBinding)Sets encryption, signature and exchange as key usage for provided keyBinding.
-