Class CertificateDescription

    • Method Detail

      • certificateArn

        public final String certificateArn()

        The ARN of the certificate.

        Returns:
        The ARN of the certificate.
      • certificateId

        public final String certificateId()

        The ID of the certificate.

        Returns:
        The ID of the certificate.
      • caCertificateId

        public final String caCertificateId()

        The certificate ID of the CA certificate used to sign this certificate.

        Returns:
        The certificate ID of the CA certificate used to sign this certificate.
      • certificatePem

        public final String certificatePem()

        The certificate data, in PEM format.

        Returns:
        The certificate data, in PEM format.
      • ownedBy

        public final String ownedBy()

        The ID of the Amazon Web Services account that owns the certificate.

        Returns:
        The ID of the Amazon Web Services account that owns the certificate.
      • previousOwnedBy

        public final String previousOwnedBy()

        The ID of the Amazon Web Services account of the previous owner of the certificate.

        Returns:
        The ID of the Amazon Web Services account of the previous owner of the certificate.
      • creationDate

        public final Instant creationDate()

        The date and time the certificate was created.

        Returns:
        The date and time the certificate was created.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date and time the certificate was last modified.

        Returns:
        The date and time the certificate was last modified.
      • customerVersion

        public final Integer customerVersion()

        The customer version of the certificate.

        Returns:
        The customer version of the certificate.
      • transferData

        public final TransferData transferData()

        The transfer data.

        Returns:
        The transfer data.
      • generationId

        public final String generationId()

        The generation ID of the certificate.

        Returns:
        The generation ID of the certificate.
      • validity

        public final CertificateValidity validity()

        When the certificate is valid.

        Returns:
        When the certificate is valid.
      • certificateMode

        public final CertificateMode certificateMode()

        The mode of the certificate.

        DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.

        SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.

        For more information about the value for SNI extension, see Transport security in IoT.

        If the service returns an enum value that is not available in the current SDK version, certificateMode will return CertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from certificateModeAsString().

        Returns:
        The mode of the certificate.

        DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.

        SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.

        For more information about the value for SNI extension, see Transport security in IoT.

        See Also:
        CertificateMode
      • certificateModeAsString

        public final String certificateModeAsString()

        The mode of the certificate.

        DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.

        SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.

        For more information about the value for SNI extension, see Transport security in IoT.

        If the service returns an enum value that is not available in the current SDK version, certificateMode will return CertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from certificateModeAsString().

        Returns:
        The mode of the certificate.

        DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.

        SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.

        For more information about the value for SNI extension, see Transport security in IoT.

        See Also:
        CertificateMode
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)