Interface Secret

    • Method Detail

      • getAlgorithm

        String getAlgorithm()
        Returns:
        algorithm.
      • getBitLength

        Integer getBitLength()
        Returns:
        bit length of the secret. Must be greater than zero.
      • getContentTypes

        Map<String,​String> getContentTypes()
        Returns:
        content type of the secret.
      • getCreateTime

        Date getCreateTime()
        Returns:
        system generated creation time.
      • getUpdateTime

        Date getUpdateTime()
        Returns:
        system generated last update time.
      • getCreatorId

        String getCreatorId()
        Returns:
        user uuid of the creator of this secret.
      • getExpiration

        Date getExpiration()
        Returns:
        expiration of the secret.
      • getMode

        String getMode()
        Returns:
        mode of the secret.
      • getName

        String getName()
        Returns:
        name of the secret.
      • getSecretReference

        String getSecretReference()
        Returns:
        URL reference to the secret.
      • getSecretType

        String getSecretType()
        Returns:
        secret type.
      • getStatus

        String getStatus()
        Returns:
        current status of the secret.
      • getPayload

        String getPayload()
        Returns:
        stored secret data.
      • getPayloadContentType

        String getPayloadContentType()
        Returns:
        content type of the secret data.
      • getPayloadContentEncoding

        String getPayloadContentEncoding()
        Returns:
        encoding used for the data.