Uses of Class
org.apache.cxf.xkms.model.xkms.UseKeyWithType
Packages that use UseKeyWithType
Package
Description
-
Uses of UseKeyWithType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms with type parameters of type UseKeyWithTypeModifier and TypeFieldDescriptionprotected List<UseKeyWithType>KeyBindingAbstractType.useKeyWithMethods in org.apache.cxf.xkms.model.xkms that return UseKeyWithTypeModifier and TypeMethodDescriptionObjectFactory.createUseKeyWithType()Create an instance ofUseKeyWithTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type UseKeyWithTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UseKeyWithType>ObjectFactory.createUseKeyWith(UseKeyWithType value) KeyBindingAbstractType.getUseKeyWith()Gets the value of the useKeyWith property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type UseKeyWithTypeModifier and TypeMethodDescriptionjakarta.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 -
Uses of UseKeyWithType in org.apache.cxf.xkms.x509.repo
Methods in org.apache.cxf.xkms.x509.repo with parameters of type UseKeyWithTypeModifier and TypeMethodDescriptionvoidCertificateRepo.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 UseKeyWithTypeModifier and TypeMethodDescriptionFileCertificateRepo.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 UseKeyWithTypeModifier and TypeMethodDescriptionvoidLdapCertificateRepo.saveCertificate(X509Certificate cert, UseKeyWithType key)