Uses of Class
ch.swisscom.mid.client.rest.model.profqresp.MobileUserCertificate
| Package | Description |
|---|---|
| ch.swisscom.mid.client.rest.model.profqresp |
-
Uses of MobileUserCertificate in ch.swisscom.mid.client.rest.model.profqresp
Methods in ch.swisscom.mid.client.rest.model.profqresp that return MobileUserCertificate Modifier and Type Method Description MobileUserCertificateMobileUserCertificate. withAlgorithm(String algorithm)MobileUserCertificateMobileUserCertificate. withState(String state)MobileUserCertificateMobileUserCertificate. withX509Certificate(List<String> x509Certificate)MobileUserCertificateMobileUserCertificate. withX509SubjectName(List<String> x509SubjectName)Methods in ch.swisscom.mid.client.rest.model.profqresp that return types with arguments of type MobileUserCertificate Modifier and Type Method Description List<MobileUserCertificate>App. getMobileUserCertificate()List<MobileUserCertificate>Sim. getMobileUserCertificate()Method parameters in ch.swisscom.mid.client.rest.model.profqresp with type arguments of type MobileUserCertificate Modifier and Type Method Description voidApp. setMobileUserCertificate(List<MobileUserCertificate> mobileUserCertificate)voidSim. setMobileUserCertificate(List<MobileUserCertificate> mobileUserCertificate)AppApp. withMobileUserCertificate(List<MobileUserCertificate> mobileUserCertificate)SimSim. withMobileUserCertificate(List<MobileUserCertificate> mobileUserCertificate)