Uses of Class
org.apache.cxf.xkms.model.xkms.UseKeyWithType
-
-
Uses of UseKeyWithType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms with type parameters of type UseKeyWithType Modifier and Type Field Description protected List<UseKeyWithType>KeyBindingAbstractType. useKeyWithMethods in org.apache.cxf.xkms.model.xkms that return UseKeyWithType Modifier and Type Method Description UseKeyWithTypeObjectFactory. createUseKeyWithType()Create an instance ofUseKeyWithTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type UseKeyWithType Modifier and Type Method Description javax.xml.bind.JAXBElement<UseKeyWithType>ObjectFactory. createUseKeyWith(UseKeyWithType value)List<UseKeyWithType>KeyBindingAbstractType. getUseKeyWith()Gets the value of the useKeyWith property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type UseKeyWithType Modifier and Type Method Description javax.xml.bind.JAXBElement<UseKeyWithType>ObjectFactory. createUseKeyWith(UseKeyWithType value) -
Uses of UseKeyWithType in org.apache.cxf.xkms.x509.handlers
Method parameters in org.apache.cxf.xkms.x509.handlers with type arguments of type UseKeyWithType Modifier and Type Method Description X509CertificateX509Locator. findCertificate(List<UseKeyWithType> ids) -
Uses of UseKeyWithType in org.apache.cxf.xkms.x509.repo
Methods in org.apache.cxf.xkms.x509.repo with parameters of type UseKeyWithType Modifier and Type Method Description voidCertificateRepo. saveCertificate(X509Certificate cert, UseKeyWithType key) -
Uses of UseKeyWithType in org.apache.cxf.xkms.x509.repo.file
Methods in org.apache.cxf.xkms.x509.repo.file with parameters of type UseKeyWithType Modifier and Type Method Description StringFileCertificateRepo. getCertPath(X509Certificate cert, UseKeyWithType id)voidFileCertificateRepo. saveCACertificate(X509Certificate cert, UseKeyWithType id)voidFileCertificateRepo. saveCertificate(X509Certificate cert, UseKeyWithType id)voidFileCertificateRepo. saveCRL(X509CRL crl, UseKeyWithType id)voidFileCertificateRepo. saveTrustedCACertificate(X509Certificate cert, UseKeyWithType id) -
Uses of UseKeyWithType in org.apache.cxf.xkms.x509.repo.ldap
Methods in org.apache.cxf.xkms.x509.repo.ldap with parameters of type UseKeyWithType Modifier and Type Method Description voidLdapCertificateRepo. saveCertificate(X509Certificate cert, UseKeyWithType key)
-