Sdílet prostřednictvím


IssuerBundle Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.IssuerBundle

public class IssuerBundle

The issuer for Key Vault certificate.

Method Summary

Modifier and Type Method and Description
IssuerAttributes attributes()

Get the attributes value.

IssuerCredentials credentials()

Get the credentials value.

String id()

Get the id value.

IssuerIdentifier issuerIdentifier()

The issuer identifier.

OrganizationDetails organizationDetails()

Get the organizationDetails value.

String provider()

Get the provider value.

String toString()
IssuerBundle withAttributes(IssuerAttributes attributes)

Set the attributes value.

IssuerBundle withCredentials(IssuerCredentials credentials)

Set the credentials value.

IssuerBundle withOrganizationDetails(OrganizationDetails organizationDetails)

Set the organizationDetails value.

IssuerBundle withProvider(String provider)

Set the provider value.

Method Details

attributes

public IssuerAttributes attributes()

Get the attributes value.

Returns:

the attributes value

credentials

public IssuerCredentials credentials()

Get the credentials value.

Returns:

the credentials value

id

public String id()

Get the id value.

Returns:

the id value

issuerIdentifier

public IssuerIdentifier issuerIdentifier()

The issuer identifier.

Returns:

identifier for issuer

organizationDetails

public OrganizationDetails organizationDetails()

Get the organizationDetails value.

Returns:

the organizationDetails value

provider

public String provider()

Get the provider value.

Returns:

the provider value

toString

public String toString()

withAttributes

public IssuerBundle withAttributes(IssuerAttributes attributes)

Set the attributes value.

Parameters:

attributes - the attributes value to set

Returns:

the IssuerBundle object itself.

withCredentials

public IssuerBundle withCredentials(IssuerCredentials credentials)

Set the credentials value.

Parameters:

credentials - the credentials value to set

Returns:

the IssuerBundle object itself.

withOrganizationDetails

public IssuerBundle withOrganizationDetails(OrganizationDetails organizationDetails)

Set the organizationDetails value.

Parameters:

organizationDetails - the organizationDetails value to set

Returns:

the IssuerBundle object itself.

withProvider

public IssuerBundle withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the IssuerBundle object itself.

Applies to