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 |
|---|
AgreementMethodType.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 AgreementMethodType.AggrementMethod(byte[] kANonce,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo)
public byte[] getkANonce()
public KeyInfoType getOriginatorKeyInfo()
public KeyInfoType getRecipientKeyInfo()
Copyright © 2014 JBoss Inc.. All Rights Reserved.