public class X509Cert extends Parameter implements JRTPSSpecificParameter
Constructor and Description |
---|
X509Cert(X509Certificate certificate) |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate()
Gets the X509Certificate
|
void |
read(RTPSByteBuffer bb,
int length) |
void |
writeTo(RTPSByteBuffer bb)
Writes this Parameter into given RTPSByteBuffer
|
getBytes, getParameterId, readBytes, toString, writeBytes
public X509Cert(X509Certificate certificate) throws CertificateEncodingException
CertificateEncodingException
public X509Certificate getCertificate() throws CertificateException
CertificateException
- on CertificateExceptionpublic void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
Copyright © 2016. All rights reserved.