Interface KeyImporter

  • All Implemented Interfaces:

    
    public interface KeyImporter
    
                        

    KeyImporter is an abstraction that can be leveraged to implement types which intend to import keys.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String importKey(Jwk jwk) ImportKey imports the key into the KeyManager and returns the key alias.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • importKey

         abstract String importKey(Jwk jwk)

        ImportKey imports the key into the KeyManager and returns the key alias.

        Parameters:
        jwk - the Jwk representation of the key to import
        Returns:

        the key alias of the imported key