public interface CertSerialisation
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
int |
getLength() |
String |
getMimeType() |
void |
writeTo(OutputStream out) |
int getLength()
String getMimeType()
byte[] getContent()
void writeTo(OutputStream out) throws IOException
out
- the output stream to write this serialisation tooIOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.