org.mpisws.p2p.pki.x509
Class X509SerializerImpl
java.lang.Object
org.mpisws.p2p.pki.x509.X509SerializerImpl
- All Implemented Interfaces:
- X509Serializer, Serializer<X509Certificate>
public class X509SerializerImpl
- extends Object
- implements X509Serializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X509SerializerImpl
public X509SerializerImpl()
throws CertificateException,
NoSuchProviderException
- Throws:
CertificateException
NoSuchProviderException
serialize
public void serialize(X509Certificate cert,
OutputBuffer buf)
throws IOException
- Specified by:
serialize in interface Serializer<X509Certificate>
- Throws:
IOException
deserialize
public X509Certificate deserialize(InputBuffer buf)
throws IOException
- Specified by:
deserialize in interface Serializer<X509Certificate>
- Throws:
IOException
Copyright © 2010. All Rights Reserved.