Uses of Class
com.adyen.model.management.ModelFile
-
Packages that use ModelFile Package Description com.adyen.model.management -
-
Uses of ModelFile in com.adyen.model.management
Methods in com.adyen.model.management that return ModelFile Modifier and Type Method Description ModelFileModelFile. data(String data)The certificate content converted to a Base64-encoded string.static ModelFileModelFile. fromJson(String jsonString)Create an instance of ModelFile given an JSON stringModelFileProfile. getEapCaCert()eapCaCertModelFileProfile. getEapClientCert()eapClientCertModelFileProfile. getEapClientKey()eapClientKeyModelFileProfile. getEapIntermediateCert()eapIntermediateCertModelFileModelFile. name(String name)The name of the certificate.Methods in com.adyen.model.management with parameters of type ModelFile Modifier and Type Method Description ProfileProfile. eapCaCert(ModelFile eapCaCert)eapCaCertProfileProfile. eapClientCert(ModelFile eapClientCert)eapClientCertProfileProfile. eapClientKey(ModelFile eapClientKey)eapClientKeyProfileProfile. eapIntermediateCert(ModelFile eapIntermediateCert)eapIntermediateCertvoidProfile. setEapCaCert(ModelFile eapCaCert)eapCaCertvoidProfile. setEapClientCert(ModelFile eapClientCert)eapClientCertvoidProfile. setEapClientKey(ModelFile eapClientKey)eapClientKeyvoidProfile. setEapIntermediateCert(ModelFile eapIntermediateCert)eapIntermediateCert
-