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, writeBytespublic X509Cert(X509Certificate certificate) throws CertificateEncodingException
CertificateEncodingExceptionpublic X509Certificate getCertificate() throws CertificateException
CertificateException - on CertificateExceptionpublic void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
ParameterCopyright © 2016. All rights reserved.