|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.tcp.impl.ChunkAsymmDecryptVerifier
public class ChunkAsymmDecryptVerifier
Decrypts and Verifies Chunk secured with asymmetric encryption
| Constructor Summary | |
|---|---|
ChunkAsymmDecryptVerifier(ByteBuffer chunk,
SecurityConfiguration securityProfile)
Constructor for ChunkAsymmDecryptVerifier. |
|
| Method Summary | |
|---|---|
byte[] |
getReceiverCertificateThumbprint()
getReceiverCertificateThumbprint. |
String |
getSecurityPolicyUri()
Getter for the field securityPolicyUri. |
byte[] |
getSenderCertificate()
Getter for the field senderCertificate. |
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkAsymmDecryptVerifier(ByteBuffer chunk,
SecurityConfiguration securityProfile)
Constructor for ChunkAsymmDecryptVerifier.
chunk - a ByteBuffer object.securityProfile - a SecurityConfiguration object.| Method Detail |
|---|
public void run()
throws RuntimeServiceResultException
run in interface RunnableRuntimeServiceResultExceptionpublic String getSecurityPolicyUri()
Getter for the field securityPolicyUri.
String object.public byte[] getSenderCertificate()
Getter for the field senderCertificate.
public byte[] getReceiverCertificateThumbprint()
getReceiverCertificateThumbprint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||