Class OrderV1Meta


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

      • algorithm

        public java.lang.String algorithm()
        Returns:
        Algorithm to use for key generation.
      • bitLength

        public java.lang.Integer bitLength()
        Returns:
        Bit lenght of key to be generated.
      • expiration

        public java.util.Optional<java.lang.String> expiration()
        Returns:
        This is a UTC timestamp in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ. If set, the secret will not be available after this time.
      • mode

        public java.util.Optional<java.lang.String> mode()
        Returns:
        The mode to use for key generation.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the secret set by the user.
      • payloadContentType

        public java.util.Optional<java.lang.String> payloadContentType()
        Returns:
        The media type for the content of the secrets payload. Must be one of `text/plain`, `text/plain;charset=utf-8`, `text/plain; charset=utf-8`, `application/octet-stream`, `application/pkcs8`.