PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmlenc
Class AgreementMethodType.AggrementMethod

java.lang.Object
  extended by org.picketlink.identity.xmlsec.w3.xmlenc.AgreementMethodType.AggrementMethod
Enclosing class:
AgreementMethodType

public static class AgreementMethodType.AggrementMethod
extends Object


Field Summary
protected  byte[] kANonce
           
protected  KeyInfoType originatorKeyInfo
           
protected  KeyInfoType recipientKeyInfo
           
 
Constructor Summary
AgreementMethodType.AggrementMethod(byte[] kANonce, KeyInfoType originatorKeyInfo, KeyInfoType recipientKeyInfo)
           
 
Method Summary
 byte[] getkANonce()
           
 KeyInfoType getOriginatorKeyInfo()
           
 KeyInfoType getRecipientKeyInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kANonce

protected byte[] kANonce

originatorKeyInfo

protected KeyInfoType originatorKeyInfo

recipientKeyInfo

protected KeyInfoType recipientKeyInfo
Constructor Detail

AgreementMethodType.AggrementMethod

public AgreementMethodType.AggrementMethod(byte[] kANonce,
                                           KeyInfoType originatorKeyInfo,
                                           KeyInfoType recipientKeyInfo)
Method Detail

getkANonce

public byte[] getkANonce()

getOriginatorKeyInfo

public KeyInfoType getOriginatorKeyInfo()

getRecipientKeyInfo

public KeyInfoType getRecipientKeyInfo()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.