Class MobileUserCertificate
java.lang.Object
ch.swisscom.mid.client.rest.model.profqresp.MobileUserCertificate
public class MobileUserCertificate extends Object
-
Constructor Summary
Constructors Constructor Description MobileUserCertificate() -
Method Summary
Modifier and Type Method Description StringgetAlgorithm()StringgetState()List<String>getX509Certificate()List<String>getX509SubjectName()voidsetAlgorithm(String algorithm)voidsetState(String state)voidsetX509Certificate(List<String> x509Certificate)voidsetX509SubjectName(List<String> x509SubjectName)StringtoString()MobileUserCertificatewithAlgorithm(String algorithm)MobileUserCertificatewithState(String state)MobileUserCertificatewithX509Certificate(List<String> x509Certificate)MobileUserCertificatewithX509SubjectName(List<String> x509SubjectName)
-
Constructor Details
-
MobileUserCertificate
public MobileUserCertificate()
-
-
Method Details