public class EphemeralKeyInfo extends Object
| Constructor and Description |
|---|
EphemeralKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
XmlCanonicalizationAlgorithm |
getC14nAlgorithm() |
XmlSignDigestAlgorithm |
getDigestAlgorithm() |
XmlKeyTransportAlgorithm |
getEncryptionAlgorithm() |
void |
setC14nAlgorithm(XmlCanonicalizationAlgorithm c14nAlgorithm) |
void |
setDigestAlgorithm(XmlSignDigestAlgorithm digestAlgorithm) |
void |
setEncryptionAlgorithm(XmlKeyTransportAlgorithm encryptionAlgorithm) |
public XmlKeyTransportAlgorithm getEncryptionAlgorithm()
public void setEncryptionAlgorithm(XmlKeyTransportAlgorithm encryptionAlgorithm)
public XmlCanonicalizationAlgorithm getC14nAlgorithm()
public void setC14nAlgorithm(XmlCanonicalizationAlgorithm c14nAlgorithm)
public XmlSignDigestAlgorithm getDigestAlgorithm()
public void setDigestAlgorithm(XmlSignDigestAlgorithm digestAlgorithm)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.