|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgreementMethod
Represents the AgreementMethod
element.
Its schema definition is as follows:
Field Summary | |
---|---|
static java.lang.String |
DH
The Diffie-Hellman DH key agreement algorithm URI. |
Method Summary | |
---|---|
byte[] |
getKANonce()
Returns a nonce that assures different key materials are generated. |
KeyInfo |
getOriginatorKeyInfo()
Returns key information from the originator used to determine the secret key. |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
Returns the algorithm-specific input parameters of this AgreementMethod. |
KeyInfo |
getRecipientKeyInfo()
Returns key information from the recipient used to determine the secret key. |
Methods inherited from interface javax.xml.crypto.AlgorithmMethod |
---|
getAlgorithm |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Field Detail |
---|
static final java.lang.String DH
Method Detail |
---|
byte[] getKANonce()
null
if not specifiedjava.security.spec.AlgorithmParameterSpec getParameterSpec()
AgreementMethodParameterSpec
object.
getParameterSpec
in interface AlgorithmMethod
AgreementMethod
(may be null
if not
specified)KeyInfo getOriginatorKeyInfo()
KeyInfo
or null
if not
specifiedKeyInfo getRecipientKeyInfo()
KeyInfo
or null
if not
specified
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |