Compartir a través de


CertificateBundle Clase

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

public class CertificateBundle

Una agrupación de certificados consta de un certificado (X509) más sus atributos.

Resumen del método

Modificador y tipo Método y descripción
CertificateAttributes attributes()

Obtiene el valor de los atributos.

byte [] cer()

Obtenga el valor cer.

CertificateIdentifier certificateIdentifier()

Identificador del certificado.

String contentType()

Obtenga el valor contentType.

String id()

Obtenga el valor de id.

KeyIdentifier keyIdentifier()

Identificador de clave.

String kid()

Obtenga el valor del niño.

CertificatePolicy policy()

Obtenga el valor de la directiva.

SecretIdentifier secretIdentifier()

Identificador de secreto.

String sid()

Obtenga el valor de sid.

Map<String, String> tags()

Obtenga el valor de las etiquetas.

String toString()
CertificateBundle withAttributes(CertificateAttributes attributes)

Establezca el valor de los atributos.

CertificateBundle withCer(byte[] cer)

Establezca el valor cer.

CertificateBundle withContentType(String contentType)

Establezca el valor contentType.

CertificateBundle withTags(Map<String, String> tags)

Establezca el valor de las etiquetas.

byte [] x509Thumbprint()

Obtenga el valor x509Thumbprint.

Detalles del método

attributes

public CertificateAttributes attributes()

Obtiene el valor de los atributos.

Devoluciones:

el valor de los atributos

cer

public byte [] cer()

Obtenga el valor cer.

Devoluciones:

el valor cer

certificateIdentifier

public CertificateIdentifier certificateIdentifier()

Identificador del certificado.

Devoluciones:

identificador de certificado

contentType

public String contentType()

Obtenga el valor contentType.

Devoluciones:

el valor contentType

id

public String id()

Obtenga el valor de id.

Devoluciones:

el valor de id.

keyIdentifier

public KeyIdentifier keyIdentifier()

Identificador de clave.

Devoluciones:

Identificador de clave

kid

public String kid()

Obtenga el valor del niño.

Devoluciones:

el valor del niño

policy

public CertificatePolicy policy()

Obtenga el valor de la directiva.

Devoluciones:

el valor de la directiva

secretIdentifier

public SecretIdentifier secretIdentifier()

Identificador de secreto.

Devoluciones:

identificador de secreto

sid

public String sid()

Obtenga el valor de sid.

Devoluciones:

el valor de sid

tags

public Map tags()

Obtenga el valor de las etiquetas.

Devoluciones:

el valor de las etiquetas

toString

public String toString()

withAttributes

public CertificateBundle withAttributes(CertificateAttributes attributes)

Establezca el valor de los atributos.

Parámetros:

attributes - el valor de atributos que se va a establecer

Devoluciones:

El propio objeto CertificateBundle.

withCer

public CertificateBundle withCer(byte[] cer)

Establezca el valor cer.

Parámetros:

cer - valor cer que se va a establecer

Devoluciones:

El propio objeto CertificateBundle.

withContentType

public CertificateBundle withContentType(String contentType)

Establezca el valor contentType.

Parámetros:

contentType - valor contentType que se va a establecer

Devoluciones:

El propio objeto CertificateBundle.

withTags

public CertificateBundle withTags(Map tags)

Establezca el valor de las etiquetas.

Parámetros:

tags - el valor de etiquetas que se va a establecer

Devoluciones:

El propio objeto CertificateBundle.

x509Thumbprint

public byte [] x509Thumbprint()

Obtenga el valor x509Thumbprint.

Devoluciones:

el valor x509Thumbprint

Se aplica a