Class KeyStoreHeaplet

  • All Implemented Interfaces:
    Heaplet

    public class KeyStoreHeaplet
    extends GenericHeaplet
    Represents a loaded Java KeyStore.
         
         {
             "name": "LocalKeyStore",
             "type": "KeyStore",
             "config": {
                 "url": "file://${env['HOME']}/keystore.jks",
                 "password": "secret",
                 "type": "JKS"
             }
         }
         
     
    • url: URL to the target key store file (expression, required).
    • type: key store type (defaults to platform's default type) (string, optional).
    • password: credential required to read private keys from the key store (expression, optional), not needed when the key store is used for a trust store.
    Since:
    3.1
    • Constructor Detail

      • KeyStoreHeaplet

        public KeyStoreHeaplet()
    • Method Detail