Class KeyStoreHandler
- java.lang.Object
-
- io.buildlogic.truststore.maven.plugin.keystore.KeyStoreHandler
-
- Direct Known Subclasses:
BcfksKeyStoreHandler,BksKeyStoreHandler,JceksKeyStoreHandler,JksKeyStoreHandler,UberKeyStoreHandler
public abstract class KeyStoreHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyStoreHandlernext
-
Constructor Summary
Constructors Constructor Description KeyStoreHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TruststoreFormatgetFormat()KeyStorehandleRequest(String file, String password)abstract voidsetNextHandler(KeyStoreHandler handler)
-
-
-
Field Detail
-
next
protected KeyStoreHandler next
-
-
Method Detail
-
getFormat
public abstract TruststoreFormat getFormat()
-
setNextHandler
public abstract void setNextHandler(KeyStoreHandler handler)
-
-