Interface CSCertificateOutputType
- All Known Implementing Classes:
CSCertificateOutputDirectory,CSLLOutput
public interface CSCertificateOutputType
A certificate output.
-
Method Summary
Modifier and TypeMethodDescriptionname()type()voidwrite(CSTelemetryServiceType telemetry, CSCertificateOutputData outputData) Write a certificate to the output.
-
Method Details
-
type
String type()- Returns:
- The type of the output
-
name
String name()- Returns:
- The name of the output
-
write
void write(CSTelemetryServiceType telemetry, CSCertificateOutputData outputData) throws IOException, InterruptedException Write a certificate to the output.- Parameters:
telemetry- The telemetry serviceoutputData- The data to be written- Throws:
IOException- On I/O errorsInterruptedException
-