Class KeyStoreOptions


  • public class KeyStoreOptions
    extends Object
    Options describing how an JWT KeyStore should behave. This is an extended version core's KeyStoreOptions.

    This extension sets the default type to the runtime keystore type (for compatibility, reasons) plus it allows the configuration of password per key using setPasswordProtection(Map).

    Author:
    Paulo Lopes