Klasse CreateKeystoreRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CreateKeystoreRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateKeystoreRequest
extends Object
CreateKeystoreRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumThe certificate file format of the keystore. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FileThe contents of the truststore file.protected StringSpecifies whether password is base 64 encoded.protected StringThe description for the keystore.protected StringThe name of the keystore.protected StringThe keystore password that is defined at the time of keystore creation using a keystore utility.protected CreateKeystoreRequest.KeyStoreTypeEnumThe certificate file format of the keystore.protected StringComma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList.protected StringComma separated list of alias names in the uploaded keystore file.protected StringComma separated list of passwords in the same order as the aliases specified in pkAliasesList.protected StringThe name of the keystore file that will be used to save the keystore internally in API Gateway. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateKeystoreRequest(String keyStoreName, String keyStoreDescription, CreateKeystoreRequest.KeyStoreTypeEnum keyStoreType, String keyStorePassword, String uploadFileName, File fileContent, String pkAliasesList, String pkPasswordsList, String nullPKpasswds, String isPwdBase64Encoded) Constructs a validated implementation ofCreateKeystoreRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe contents of the truststore file.fileContent(File fileContent) The contents of the truststore file.inthashCode()Specifies whether password is base 64 encoded.isPwdBase64Encoded(String isPwdBase64Encoded) Specifies whether password is base 64 encoded.The description for the keystore.keyStoreDescription(String keyStoreDescription) The description for the keystore.The name of the keystore.keyStoreName(String keyStoreName) The name of the keystore.The keystore password that is defined at the time of keystore creation using a keystore utility.keyStorePassword(String keyStorePassword) The keystore password that is defined at the time of keystore creation using a keystore utility.The certificate file format of the keystore.keyStoreType(CreateKeystoreRequest.KeyStoreTypeEnum keyStoreType) The certificate file format of the keystore.Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList.nullPKpasswds(String nullPKpasswds) Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList.Comma separated list of alias names in the uploaded keystore file.pkAliasesList(String pkAliasesList) Comma separated list of alias names in the uploaded keystore file.Comma separated list of passwords in the same order as the aliases specified in pkAliasesList.pkPasswordsList(String pkPasswordsList) Comma separated list of passwords in the same order as the aliases specified in pkAliasesList.toString()The name of the keystore file that will be used to save the keystore internally in API Gateway.uploadFileName(String uploadFileName) The name of the keystore file that will be used to save the keystore internally in API Gateway.
-
Felddetails
-
keyStoreName
The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway. -
keyStoreDescription
The description for the keystore. -
keyStoreType
The certificate file format of the keystore. -
keyStorePassword
The keystore password that is defined at the time of keystore creation using a keystore utility. -
uploadFileName
The name of the keystore file that will be used to save the keystore internally in API Gateway. -
fileContent
The contents of the truststore file. -
pkAliasesList
Comma separated list of alias names in the uploaded keystore file. -
pkPasswordsList
Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space. -
nullPKpasswds
Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded.
-
-
Konstruktordetails
-
CreateKeystoreRequest
Constructs a validated implementation ofCreateKeystoreRequest.- Parameter:
spec- the specification to process
-
CreateKeystoreRequest
-
CreateKeystoreRequest
protected CreateKeystoreRequest()
-
-
Methodendetails
-
keyStoreName
The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway. -
keyStoreDescription
The description for the keystore. -
keyStoreType
The certificate file format of the keystore. -
keyStorePassword
The keystore password that is defined at the time of keystore creation using a keystore utility. -
uploadFileName
The name of the keystore file that will be used to save the keystore internally in API Gateway. -
fileContent
The contents of the truststore file. -
pkAliasesList
Comma separated list of alias names in the uploaded keystore file. -
pkPasswordsList
Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space. -
nullPKpasswds
Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded. -
keyStoreName
The name of the keystore. It cannot contain spaces or special characters. The name of the key store must be unique across all the keystores created in API Gateway.- Gibt zurück:
this.
-
keyStoreDescription
The description for the keystore.- Gibt zurück:
this.
-
keyStoreType
The certificate file format of the keystore.- Gibt zurück:
this.
-
keyStorePassword
The keystore password that is defined at the time of keystore creation using a keystore utility.- Gibt zurück:
this.
-
uploadFileName
The name of the keystore file that will be used to save the keystore internally in API Gateway.- Gibt zurück:
this.
-
fileContent
The contents of the truststore file.- Gibt zurück:
this.
-
pkAliasesList
Comma separated list of alias names in the uploaded keystore file.- Gibt zurück:
this.
-
pkPasswordsList
Comma separated list of passwords in the same order as the aliases specified in pkAliasesList. If a particular key alias does not have a password, it is denoted by space.- Gibt zurück:
this.
-
nullPKpasswds
Comma separated list of boolean values (true/false) indicating whether the particular alias has a password or not in the same order as the aliases specified in pkAliasesList. For each key alias, true indicates that the key alias does not have a password and false indicates that it does have a password.- Gibt zurück:
this.
-
isPwdBase64Encoded
Specifies whether password is base 64 encoded.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-