CertificateIssuerSetParameters 类
定义
The certificate issuer set parameters.
public class CertificateIssuerSetParameters
- 继承
-
java.lang.ObjectCertificateIssuerSetParameters
方法
attributes() |
Get the attributes value.
|
credentials() |
Get the credentials value.
|
organizationDetails() |
Get the organizationDetails value.
|
provider() |
Get the provider value.
|
withAttributes(IssuerAttributes attributes) |
Set the attributes value.
|
withCredentials(IssuerCredentials credentials) |
Set the credentials value.
|
withOrganizationDetails(OrganizationDetails organizationDetails) |
Set the organizationDetails value.
|
withProvider(String provider) |
Set the provider value.
|