public abstract class DefaultCertSerialisation extends Object implements CertSerialisation
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
toString()
Should not be used, only for testing!
|
void |
writeTo(OutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContent, getMimeType
public int getLength()
getLength
in interface CertSerialisation
public void writeTo(OutputStream out) throws IOException
writeTo
in interface CertSerialisation
out
- the output stream to write this serialisation tooIOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.