Klasse CreateTruststoreB
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.CreateTruststoreB
CreateTruststoreB
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Byte[]The contents of the truststore file.protected StringSpecifies whether password is base 64 encoded.protected StringThe description for the truststore.protected StringThe name of the truststore.protected StringThe truststore password that is defined at the time of truststore creation using a keystore utility.protected StringThe certificate file format of the truststore.protected StringThe name of the truststore file that will be used to save the truststore internally in API Gateway. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateTruststoreB(String keyStoreName, String keyStoreDescription, String keyStoreType, String keyStorePassword, String uploadFileName, Byte[] fileContent, String isPwdBase64Encoded) Constructs a validated instance ofCreateTruststoreB.Constructs a validated instance ofCreateTruststoreB. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanByte[]The contents of the truststore file.fileContent(Byte[] 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 truststore.keyStoreDescription(String keyStoreDescription) The description for the truststore.The name of the truststore.keyStoreName(String keyStoreName) The name of the truststore.The truststore password that is defined at the time of truststore creation using a keystore utility.keyStorePassword(String keyStorePassword) The truststore password that is defined at the time of truststore creation using a keystore utility.The certificate file format of the truststore.keyStoreType(String keyStoreType) The certificate file format of the truststore.toString()The name of the truststore file that will be used to save the truststore internally in API Gateway.uploadFileName(String uploadFileName) The name of the truststore file that will be used to save the truststore internally in API Gateway.
-
Felddetails
-
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway. -
keyStoreDescription
The description for the truststore. -
keyStoreType
The certificate file format of the truststore. -
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility. -
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
fileContent
The contents of the truststore file. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded.
-
-
Konstruktordetails
-
CreateTruststoreB
Constructs a validated instance ofCreateTruststoreB.- Parameter:
spec- the specification to process
-
CreateTruststoreB
@Internal public CreateTruststoreB(String keyStoreName, String keyStoreDescription, String keyStoreType, String keyStorePassword, String uploadFileName, Byte[] fileContent, String isPwdBase64Encoded) Constructs a validated instance ofCreateTruststoreB.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateTruststoreB(Consumer)instead.- Parameter:
keyStoreName- The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway.keyStoreDescription- The description for the truststore.keyStoreType- The certificate file format of the truststore.keyStorePassword- The truststore password that is defined at the time of truststore creation using a keystore utility.uploadFileName- The name of the truststore file that will be used to save the truststore internally in API Gateway.fileContent- The contents of the truststore file.isPwdBase64Encoded- Specifies whether password is base 64 encoded.
-
CreateTruststoreB
protected CreateTruststoreB()
-
-
Methodendetails
-
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway. -
keyStoreDescription
The description for the truststore. -
keyStoreType
The certificate file format of the truststore. -
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility. -
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway. -
fileContent
The contents of the truststore file. -
isPwdBase64Encoded
Specifies whether password is base 64 encoded. -
keyStoreName
The name of the truststore. It cannot contain spaces or special characters. The name of the trust store must be unique across all the truststores created in API Gateway.- Gibt zurück:
this.
-
keyStoreDescription
The description for the truststore.- Gibt zurück:
this.
-
keyStoreType
The certificate file format of the truststore.- Gibt zurück:
this.
-
keyStorePassword
The truststore password that is defined at the time of truststore creation using a keystore utility.- Gibt zurück:
this.
-
uploadFileName
The name of the truststore file that will be used to save the truststore internally in API Gateway.- Gibt zurück:
this.
-
fileContent
The contents of the truststore file.- Gibt zurück:
this.
-
isPwdBase64Encoded
Specifies whether password is base 64 encoded.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-