public class Encryptor extends Object
| Constructor and Description |
|---|
Encryptor() |
public List<String> doEncryption(org.apache.xml.security.keys.KeyInfo keyInfo, SecretKey secretKey, String encryptionAlgorithm, List<WSEncryptionPart> references, List<Element> attachmentEncryptedDataElements) throws WSSecurityException
WSSecurityExceptionpublic Document getDoc()
public void setDoc(Document doc)
public WSSecHeader getSecurityHeader()
public void setSecurityHeader(WSSecHeader securityHeader)
public WsuIdAllocator getIdAllocator()
public void setIdAllocator(WsuIdAllocator idAllocator)
public CallbackLookup getCallbackLookup()
public void setCallbackLookup(CallbackLookup callbackLookup)
public CallbackHandler getAttachmentCallbackHandler()
public void setAttachmentCallbackHandler(CallbackHandler attachmentCallbackHandler)
public boolean isStoreBytesInAttachment()
public void setStoreBytesInAttachment(boolean storeBytesInAttachment)
public org.apache.xml.security.encryption.Serializer getEncryptionSerializer()
public void setEncryptionSerializer(org.apache.xml.security.encryption.Serializer encryptionSerializer)
public boolean isExpandXopInclude()
public void setExpandXopInclude(boolean expandXopInclude)
public WSDocInfo getWsDocInfo()
public void setWsDocInfo(WSDocInfo wsDocInfo)
Copyright © 2018 JBoss by Red Hat. All rights reserved.