Class GetManagerExtendedInfoResult


  • public final class GetManagerExtendedInfoResult
    extends java.lang.Object
    • Method Detail

      • algorithm

        public java.lang.String algorithm()
        Returns:
        Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted
      • encryptionKey

        public java.util.Optional<java.lang.String> encryptionKey()
        Returns:
        Represents the CEK of the resource.
      • encryptionKeyThumbprint

        public java.util.Optional<java.lang.String> encryptionKeyThumbprint()
        Returns:
        Represents the Cert thumbprint that was used to encrypt the CEK.
      • etag

        public java.util.Optional<java.lang.String> etag()
        Returns:
        The etag of the resource.
      • id

        public java.lang.String id()
        Returns:
        The path ID that uniquely identifies the object.
      • integrityKey

        public java.lang.String integrityKey()
        Returns:
        Represents the CIK of the resource.
      • kind

        public java.util.Optional<java.lang.String> kind()
        Returns:
        The Kind of the object. Currently only Series8000 is supported
      • name

        public java.lang.String name()
        Returns:
        The name of the object.
      • portalCertificateThumbprint

        public java.util.Optional<java.lang.String> portalCertificateThumbprint()
        Returns:
        Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
      • type

        public java.lang.String type()
        Returns:
        The hierarchical type of the object.
      • version

        public java.util.Optional<java.lang.String> version()
        Returns:
        The version of the extended info being persisted.