Lines Matching refs:toElement

709         return factory.toElement(encryptedData);
725 return factory.toElement(encryptedData);
743 return factory.toElement(encryptedKey);
759 return factory.toElement(encryptedKey);
777 return factory.toElement(referenceList);
793 return factory.toElement(referenceList);
823 Element encryptedElement = factory.toElement(ed);
861 Element encryptedElement = factory.toElement(ed);
2473 Element toElement(EncryptedData encryptedData) {
2474 return ((EncryptedDataImpl) encryptedData).toElement();
2481 Element toElement(EncryptedKey encryptedKey) {
2482 return ((EncryptedKeyImpl) encryptedKey).toElement();
2489 Element toElement(ReferenceList referenceList) {
2490 return ((ReferenceListImpl) referenceList).toElement();
2621 Element toElement() {
2627 result.appendChild(((CipherValueImpl) cipherValue).toElement());
2629 result.appendChild(((CipherReferenceImpl) cipherReference).toElement());
2678 Element toElement() {
2685 result.appendChild(((TransformsImpl) referenceTransforms).toElement());
2712 Element toElement() {
2732 Element toElement() {
2757 ((EncryptionMethodImpl)super.getEncryptionMethod()).toElement()
2764 result.appendChild(((CipherDataImpl) super.getCipherData()).toElement());
2767 super.getEncryptionProperties()).toElement());
2816 Element toElement() {
2844 super.getEncryptionMethod()).toElement());
2849 result.appendChild(((CipherDataImpl) super.getCipherData()).toElement());
2852 super.getEncryptionProperties()).toElement());
2855 result.appendChild(((ReferenceListImpl)getReferenceList()).toElement());
3117 Element toElement() {
3201 Element toElement() {
3211 result.appendChild(((EncryptionPropertyImpl)itr.next()).toElement());
3293 Element toElement() {
3355 public Element toElement() {
3425 Element toElement() {
3435 result.appendChild(((ReferenceImpl) reference).toElement());
3496 public Element toElement() {