public class XmlSymmetricKeyImpl extends XmlKeyImpl
fac| Constructor and Description |
|---|
XmlSymmetricKeyImpl(JceConfiguration config,
JceSymmetricKeyInfo keyInfo) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(InputStream content,
String elementPath) |
InputStream |
encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent) |
InputStream |
sign(InputStream content,
XmlSignDigestAlgorithm digestAlgorithm,
XmlCanonicalizationAlgorithm canonicalizationAlgorithm,
XmlSignatureType type,
String elementPath) |
boolean |
validate(InputStream content,
String elementPath) |
public XmlSymmetricKeyImpl(JceConfiguration config, JceSymmetricKeyInfo keyInfo)
public InputStream encrypt(InputStream content, XmlEncryptionAlgorithm algorithm, String elementPath, boolean encryptContent)
encrypt in class XmlKeyImplpublic InputStream decrypt(InputStream content, String elementPath)
decrypt in class XmlKeyImplpublic InputStream sign(InputStream content, XmlSignDigestAlgorithm digestAlgorithm, XmlCanonicalizationAlgorithm canonicalizationAlgorithm, XmlSignatureType type, String elementPath)
sign in class XmlKeyImplpublic boolean validate(InputStream content, String elementPath)
validate in class XmlKeyImplCopyright © 2024 MuleSoft, Inc.. All rights reserved.