Package com.io7m.certusine.api
Interface CSCertificateOutputType
- All Known Implementing Classes:
CSCertificateOutputDirectory,CSEtcdOutput,CSLLOutput
public interface CSCertificateOutputType
A certificate output.
-
Method Summary
-
Method Details
-
type
String type()- Returns:
- The type of the output
-
name
String name()- Returns:
- The name of the output
-
write
Write a certificate to the output.- Parameters:
outputData- The data to be written- Throws:
IOException- On I/O errorsInterruptedException
-