Class Encryptor


  • public class Encryptor
    extends Object
    A class to encrypt references.
    • Constructor Detail

      • Encryptor

        public Encryptor()
    • Method Detail

      • setDoc

        public void setDoc​(Document doc)
      • getSecurityHeader

        public WSSecHeader getSecurityHeader()
      • setSecurityHeader

        public void setSecurityHeader​(WSSecHeader securityHeader)
      • setIdAllocator

        public void setIdAllocator​(WsuIdAllocator idAllocator)
      • setCallbackLookup

        public void setCallbackLookup​(CallbackLookup callbackLookup)
      • getAttachmentCallbackHandler

        public CallbackHandler getAttachmentCallbackHandler()
      • setAttachmentCallbackHandler

        public void setAttachmentCallbackHandler​(CallbackHandler attachmentCallbackHandler)
      • isStoreBytesInAttachment

        public boolean isStoreBytesInAttachment()
      • setStoreBytesInAttachment

        public void setStoreBytesInAttachment​(boolean storeBytesInAttachment)
      • getEncryptionSerializer

        public org.apache.xml.security.encryption.Serializer getEncryptionSerializer()
      • setEncryptionSerializer

        public void setEncryptionSerializer​(org.apache.xml.security.encryption.Serializer encryptionSerializer)
      • isExpandXopInclude

        public boolean isExpandXopInclude()
      • setExpandXopInclude

        public void setExpandXopInclude​(boolean expandXopInclude)
      • getWsDocInfo

        public WSDocInfo getWsDocInfo()
      • setWsDocInfo

        public void setWsDocInfo​(WSDocInfo wsDocInfo)