Class KeyVaultPrivateKey

    • Constructor Detail

      • KeyVaultPrivateKey

        public KeyVaultPrivateKey​(String algorithm,
                                  String kid)
        Deprecated.
        Builder for key vault private key
        Parameters:
        algorithm - algorithm
        kid - The key id
    • Method Detail

      • getKid

        public String getKid()
        Deprecated.
        Get the KeyId
        Returns:
        the KeyId
      • setKid

        public void setKid​(String kid)
        Deprecated.
        Store the KeyId
        Parameters:
        kid - the KeyId
      • setAlgorithm

        public void setAlgorithm​(String algorithm)
        Deprecated.
        Store key vault certificate algorithm
        Parameters:
        algorithm - algorithm
      • getFormat

        public String getFormat()
        Deprecated.
        Specified by:
        getFormat in interface Key
      • getEncoded

        public byte[] getEncoded()
        Deprecated.
        Specified by:
        getEncoded in interface Key