I
InsightNexus

KeyInfo (Azure SDK for Java Reference Documentation)

Author

Andrew Henderson

Published Feb 16, 2026

KeyInfo (Azure SDK for Java Reference Documentation)
    • Constructor Detail

      • KeyInfo

        public KeyInfo()
    • Method Detail

      • getStart

        public String getStart()

        Get the start property: The date-time the key is active in ISO 8601 UTC time.

        Returns:
        the start value.
      • setStart

        public KeyInfo setStart(String start)

        Set the start property: The date-time the key is active in ISO 8601 UTC time.

        Parameters:
        start - the start value to set.
        Returns:
        the KeyInfo object itself.
      • getExpiry

        public String getExpiry()

        Get the expiry property: The date-time the key expires in ISO 8601 UTC time.

        Returns:
        the expiry value.
      • setExpiry

        public KeyInfo setExpiry(String expiry)

        Set the expiry property: The date-time the key expires in ISO 8601 UTC time.

        Parameters:
        expiry - the expiry value to set.
        Returns:
        the KeyInfo object itself.

Copyright © 2020 Microsoft Corporation. All rights reserved.