public static class AgreementMethodType.AggrementMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
kANonce |
protected KeyInfoType |
originatorKeyInfo |
protected KeyInfoType |
recipientKeyInfo |
| Constructor and Description |
|---|
AggrementMethod(byte[] kANonce,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getkANonce() |
KeyInfoType |
getOriginatorKeyInfo() |
KeyInfoType |
getRecipientKeyInfo() |
protected byte[] kANonce
protected KeyInfoType originatorKeyInfo
protected KeyInfoType recipientKeyInfo
public AggrementMethod(byte[] kANonce,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo)
public byte[] getkANonce()
public KeyInfoType getOriginatorKeyInfo()
public KeyInfoType getRecipientKeyInfo()
Copyright © 2021 JBoss by Red Hat. All rights reserved.