Class MobileUserCertificate
java.lang.Object
ch.swisscom.mid.client.rest.model.profqresp.MobileUserCertificate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()voidsetAlgorithm(String algorithm) voidvoidsetX509Certificate(List<String> x509Certificate) voidsetX509SubjectName(List<String> x509SubjectName) toString()withAlgorithm(String algorithm) withX509Certificate(List<String> x509Certificate) withX509SubjectName(List<String> x509SubjectName)
-
Constructor Details
-
MobileUserCertificate
public MobileUserCertificate()
-
-
Method Details