Apache CXF API

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

Packages that use UseKeyWithType
org.apache.cxf.xkms.model.xkms   
org.apache.cxf.xkms.x509.handlers   
org.apache.cxf.xkms.x509.repo   
org.apache.cxf.xkms.x509.repo.file   
org.apache.cxf.xkms.x509.repo.ldap   
 

Uses of UseKeyWithType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms with type parameters of type UseKeyWithType
protected  List<UseKeyWithType> KeyBindingAbstractType.useKeyWith
           
 

Methods in org.apache.cxf.xkms.model.xkms that return UseKeyWithType
 UseKeyWithType ObjectFactory.createUseKeyWithType()
          Create an instance of UseKeyWithType
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type UseKeyWithType
 JAXBElement<UseKeyWithType> ObjectFactory.createUseKeyWith(UseKeyWithType value)
          Create an instance of JAXBElement<UseKeyWithType>}
 List<UseKeyWithType> KeyBindingAbstractType.getUseKeyWith()
          Gets the value of the useKeyWith property.
 

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

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
 X509Certificate X509Locator.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
 void CertificateRepo.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
 String FileCertificateRepo.getCertPath(X509Certificate cert, UseKeyWithType id)
           
 void FileCertificateRepo.saveCACertificate(X509Certificate cert, UseKeyWithType id)
           
 void FileCertificateRepo.saveCertificate(X509Certificate cert, UseKeyWithType id)
           
 void FileCertificateRepo.saveCRL(X509CRL crl, UseKeyWithType id)
           
 void FileCertificateRepo.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
 void LdapCertificateRepo.saveCertificate(X509Certificate cert, UseKeyWithType key)
           
 


Apache CXF API

Apache CXF