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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
-
setAlgorithm
public void setAlgorithm(String algorithm)
-
withAlgorithm
public MobileUserCertificate withAlgorithm(String algorithm)
-
getState
public String getState()
-
setState
public void setState(String state)
-
withState
public MobileUserCertificate withState(String state)
-
withX509Certificate
public MobileUserCertificate withX509Certificate(List<String> x509Certificate)
-
withX509SubjectName
public MobileUserCertificate withX509SubjectName(List<String> x509SubjectName)
-
-