Package ch.swisscom.mid.client.model
Class ProfileMobileUserCertificate
java.lang.Object
ch.swisscom.mid.client.model.ProfileMobileUserCertificate
public class ProfileMobileUserCertificate extends Object
-
Constructor Summary
Constructors Constructor Description ProfileMobileUserCertificate() -
Method Summary
Modifier and Type Method Description StringgetAlgorithm()List<CertificateData>getCaCertificates()ProfileMobileUserCertificateStategetState()CertificateDatagetUserCertificate()voidsetAlgorithm(String algorithm)voidsetCaCertificates(List<CertificateData> caCertificates)voidsetState(ProfileMobileUserCertificateState state)voidsetUserCertificate(CertificateData userCertificate)StringtoString()
-
Constructor Details
-
ProfileMobileUserCertificate
public ProfileMobileUserCertificate()
-
-
Method Details