Class CryptoConfigView
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.CryptoConfigView
-
- All Implemented Interfaces:
Serializable
public class CryptoConfigView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoConfigView(String[] validPBEAlgoArr, String defaultPBEAlgo, String[] allHashAlgoArr, String[] allSignAlgoArr, String regexpPkcs12SecretDescription, String pkcs12SecretRegexp, String regexpPasswordDescription, String passwordRegexp, String clientAuthTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAllHashAlgoArr()String[]getAllSignAlgoArr()StringgetClientAuthTarget()StringgetDefaultPBEAlgo()StringgetPasswordRegexp()StringgetPkcs12SecretRegexp()StringgetRegexpPasswordDescription()StringgetRegexpPkcs12SecretDescription()String[]getValidPBEAlgoArr()
-
-
-
Method Detail
-
getAllHashAlgoArr
public String[] getAllHashAlgoArr()
-
getAllSignAlgoArr
public String[] getAllSignAlgoArr()
-
getValidPBEAlgoArr
public String[] getValidPBEAlgoArr()
-
getDefaultPBEAlgo
public String getDefaultPBEAlgo()
-
getPkcs12SecretRegexp
public String getPkcs12SecretRegexp()
-
getRegexpPasswordDescription
public String getRegexpPasswordDescription()
-
getPasswordRegexp
public String getPasswordRegexp()
-
getRegexpPkcs12SecretDescription
public String getRegexpPkcs12SecretDescription()
-
getClientAuthTarget
public String getClientAuthTarget()
-
-