Uses of Enum Class
com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.Certificate.CertificateSource
Packages that use WSDefinitionLoader.Certificate.CertificateSource
-
Uses of WSDefinitionLoader.Certificate.CertificateSource in com._1c.g5.v8.dt.ws.common
Methods in com._1c.g5.v8.dt.ws.common that return WSDefinitionLoader.Certificate.CertificateSourceModifier and TypeMethodDescriptionWSDefinitionLoader.Certificate.getCaSource()
Gets server certificate source.WSDefinitionLoader.Certificate.getSource()
Gets client certificate source.Returns the enum constant of this class with the specified name.WSDefinitionLoader.Certificate.CertificateSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.ws.common with parameters of type WSDefinitionLoader.Certificate.CertificateSourceModifier and TypeMethodDescriptionvoid
WSDefinitionLoader.Certificate.setCaSource
(WSDefinitionLoader.Certificate.CertificateSource caSource) Sets server certificate source.void
WSDefinitionLoader.Certificate.setSource
(WSDefinitionLoader.Certificate.CertificateSource source) Sets client certificate source.Constructors in com._1c.g5.v8.dt.ws.common with parameters of type WSDefinitionLoader.Certificate.CertificateSourceModifierConstructorDescriptionCertificate
(WSDefinitionLoader.Certificate.CertificateSource caSource, WSDefinitionLoader.Certificate.CertificateSource source, String caFilePath, String filePath) ConstructorCertificate
(WSDefinitionLoader.Certificate.CertificateSource caSource, WSDefinitionLoader.Certificate.CertificateSource source, String caFilePath, String filePath, WSDefinitionLoader.Certificate.CertificateSelectMode selectMode) Constructor