Interface CertificateContract.UpdateStages.WithData
- All Known Subinterfaces:
CertificateContract.Update
- Enclosing interface:
CertificateContract.UpdateStages
public static interface CertificateContract.UpdateStages.WithData
The stage of the CertificateContract update allowing to specify data.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the data property: Base 64 encoded certificate using the application/x-pkcs12 representation..
-
Method Details
-
withData
Specifies the data property: Base 64 encoded certificate using the application/x-pkcs12 representation..- Parameters:
data- Base 64 encoded certificate using the application/x-pkcs12 representation.- Returns:
- the next definition stage.
-