public class ServiceCertificateCreateParameters extends Object
| Constructor and Description |
|---|
ServiceCertificateCreateParameters()
Initializes a new instance of the ServiceCertificateCreateParameters
class.
|
ServiceCertificateCreateParameters(byte[] data,
CertificateFormat certificateFormat)
Initializes a new instance of the ServiceCertificateCreateParameters
class with required arguments.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateFormat |
getCertificateFormat()
Required.
|
byte[] |
getData()
Required.
|
String |
getPassword()
Optional.
|
void |
setCertificateFormat(CertificateFormat certificateFormatValue)
Required.
|
void |
setData(byte[] dataValue)
Required.
|
void |
setPassword(String passwordValue)
Optional.
|
public ServiceCertificateCreateParameters()
public ServiceCertificateCreateParameters(byte[] data,
CertificateFormat certificateFormat)
public CertificateFormat getCertificateFormat()
public void setCertificateFormat(CertificateFormat certificateFormatValue)
certificateFormatValue - The CertificateFormat value.public byte[] getData()
public void setData(byte[] dataValue)
dataValue - The Data value.public String getPassword()
public void setPassword(String passwordValue)
passwordValue - The Password value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/