Package net.maritimeconnectivity.pki
Class PKIConfiguration
- java.lang.Object
-
- net.maritimeconnectivity.pki.PKIConfiguration
-
- Direct Known Subclasses:
P11PKIConfiguration
public class PKIConfiguration extends Object
Class holding the configuration of an instance of the PKI
-
-
Constructor Summary
Constructors Constructor Description PKIConfiguration(@NonNull String rootCAAlias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull String
getRootCAAlias()
String
getRootCaKeyPassword()
String
getRootCaKeystorePassword()
String
getRootCaKeystorePath()
String
getSubCaKeyPassword()
String
getSubCaKeystorePassword()
String
getSubCaKeystorePath()
String
getTruststorePassword()
String
getTruststorePath()
void
setRootCAAlias(@NonNull String rootCAAlias)
void
setRootCaKeyPassword(String rootCaKeyPassword)
void
setRootCaKeystorePassword(String rootCaKeystorePassword)
void
setRootCaKeystorePath(String rootCaKeystorePath)
void
setSubCaKeyPassword(String subCaKeyPassword)
void
setSubCaKeystorePassword(String subCaKeystorePassword)
void
setSubCaKeystorePath(String subCaKeystorePath)
void
setTruststorePassword(String truststorePassword)
void
setTruststorePath(String truststorePath)
String
toString()
-
-
-
Constructor Detail
-
PKIConfiguration
public PKIConfiguration(@NonNull @NonNull String rootCAAlias)
-
-
Method Detail
-
getRootCaKeystorePath
public String getRootCaKeystorePath()
-
getRootCaKeystorePassword
public String getRootCaKeystorePassword()
-
getRootCaKeyPassword
public String getRootCaKeyPassword()
-
getSubCaKeystorePath
public String getSubCaKeystorePath()
-
getSubCaKeystorePassword
public String getSubCaKeystorePassword()
-
getSubCaKeyPassword
public String getSubCaKeyPassword()
-
getTruststorePath
public String getTruststorePath()
-
getTruststorePassword
public String getTruststorePassword()
-
getRootCAAlias
@NonNull public @NonNull String getRootCAAlias()
-
setRootCaKeystorePath
public void setRootCaKeystorePath(String rootCaKeystorePath)
-
setRootCaKeystorePassword
public void setRootCaKeystorePassword(String rootCaKeystorePassword)
-
setRootCaKeyPassword
public void setRootCaKeyPassword(String rootCaKeyPassword)
-
setSubCaKeystorePath
public void setSubCaKeystorePath(String subCaKeystorePath)
-
setSubCaKeystorePassword
public void setSubCaKeystorePassword(String subCaKeystorePassword)
-
setSubCaKeyPassword
public void setSubCaKeyPassword(String subCaKeyPassword)
-
setTruststorePath
public void setTruststorePath(String truststorePath)
-
setTruststorePassword
public void setTruststorePassword(String truststorePassword)
-
setRootCAAlias
public void setRootCAAlias(@NonNull @NonNull String rootCAAlias)
-
-