Uses of Class
org.apache.cxf.xkms.handlers.Applications
-
Packages that use Applications Package Description org.apache.cxf.xkms.client org.apache.cxf.xkms.handlers -
-
Uses of Applications in org.apache.cxf.xkms.client
Methods in org.apache.cxf.xkms.client that return Applications Modifier and Type Method Description ApplicationsX509AppId. getApplication()Methods in org.apache.cxf.xkms.client with parameters of type Applications Modifier and Type Method Description X509CertificateXKMSInvoker. getCertificateForId(Applications application, String id)Constructors in org.apache.cxf.xkms.client with parameters of type Applications Constructor Description X509AppId(Applications application, String id) -
Uses of Applications in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return Applications Modifier and Type Method Description static ApplicationsApplications. fromUri(String uri)static ApplicationsApplications. valueOf(String name)Returns the enum constant of this type with the specified name.static Applications[]Applications. values()Returns an array containing the constants of this enum type, in the order they are declared.
-