From fb6b91c2eb7519dcae1be840324561dbe65d1faa Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Thu, 20 Jun 2019 17:42:10 -0700 Subject: [PATCH 1/8] initial samples for encoding and digest methods. Signed-off-by: Daniel Linsley --- .../crypto/digest/hmacMd5.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/hmacMd5.xml | 7 +++ .../crypto/digest/hmacSha1.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/hmacSha1.xml | 7 +++ .../crypto/digest/hmacSha256.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/hmacSha256.xml | 7 +++ .../crypto/digest/hmacSha384.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/hmacSha384.xml | 7 +++ .../crypto/digest/hmacSha512.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/hmacSha512.xml | 7 +++ .../plugin/crypto/digest/md5.element_info.xml | 9 +++ .../vmware/o11n/plugin/crypto/digest/md5.xml | 6 ++ .../crypto/digest/md5Base64.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/md5Base64.xml | 6 ++ .../crypto/digest/sha1.element_info.xml | 9 +++ .../vmware/o11n/plugin/crypto/digest/sha1.xml | 6 ++ .../crypto/digest/sha1Base64.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/sha1Base64.xml | 6 ++ .../crypto/digest/sha256.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/sha256.xml | 6 ++ .../digest/sha256Base64.element_info.xml | 9 +++ .../plugin/crypto/digest/sha256Base64.xml | 6 ++ .../crypto/digest/sha384.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/sha384.xml | 6 ++ .../digest/sha384Base64.element_info.xml | 9 +++ .../plugin/crypto/digest/sha384Base64.xml | 6 ++ .../crypto/digest/sha512.element_info.xml | 9 +++ .../o11n/plugin/crypto/digest/sha512.xml | 6 ++ .../digest/sha512Base64.element_info.xml | 9 +++ .../plugin/crypto/digest/sha512Base64.xml | 6 ++ .../encoding/base64Decode.element_info.xml | 9 +++ .../plugin/crypto/encoding/base64Decode.xml | 5 ++ .../encoding/base64Encode.element_info.xml | 9 +++ .../plugin/crypto/encoding/base64Encode.xml | 5 ++ .../encoding/base64toHex.element_info.xml | 9 +++ .../plugin/crypto/encoding/base64toHex.xml | 5 ++ .../encoding/base64toMime.element_info.xml | 9 +++ .../plugin/crypto/encoding/base64toMime.xml | 7 +++ .../binaryConcatBase64.element_info.xml | 9 +++ .../crypto/encoding/binaryConcatBase64.xml | 6 ++ .../encoding/getLengthBase64.element_info.xml | 9 +++ .../crypto/encoding/getLengthBase64.xml | 5 ++ .../encoding/getSubsetBase64.element_info.xml | 9 +++ .../crypto/encoding/getSubsetBase64.xml | 7 +++ .../encoding/hexToBase64.element_info.xml | 9 +++ .../plugin/crypto/encoding/hexToBase64.xml | 5 ++ .../encoding/mimeToBase64.element_info.xml | 9 +++ .../plugin/crypto/encoding/mimeToBase64.xml | 6 ++ .../Basics/Digest/MD5 Base64.element_info.xml | 9 +++ .../Crypto/Basics/Digest/MD5 Base64.xml | 36 ++++++++++++ .../Crypto/Basics/Digest/MD5.element_info.xml | 9 +++ .../Library/Crypto/Basics/Digest/MD5.xml | 36 ++++++++++++ .../Digest/SHA1 Base64.element_info.xml | 9 +++ .../Crypto/Basics/Digest/SHA1 Base64.xml | 36 ++++++++++++ .../Basics/Digest/SHA1.element_info.xml | 9 +++ .../Library/Crypto/Basics/Digest/SHA1.xml | 36 ++++++++++++ .../Digest/SHA256 Base64.element_info.xml | 9 +++ .../Crypto/Basics/Digest/SHA256 Base64.xml | 36 ++++++++++++ .../Basics/Digest/SHA256.element_info.xml | 9 +++ .../Library/Crypto/Basics/Digest/SHA256.xml | 36 ++++++++++++ .../Digest/SHA384 Base64.element_info.xml | 9 +++ .../Crypto/Basics/Digest/SHA384 Base64.xml | 36 ++++++++++++ .../Basics/Digest/SHA384.element_info.xml | 9 +++ .../Library/Crypto/Basics/Digest/SHA384.xml | 36 ++++++++++++ .../Digest/SHA512 Base64.element_info.xml | 9 +++ .../Crypto/Basics/Digest/SHA512 Base64.xml | 36 ++++++++++++ .../Basics/Digest/SHA512.element_info.xml | 9 +++ .../Library/Crypto/Basics/Digest/SHA512.xml | 36 ++++++++++++ .../Encoding/Base64 Decode.element_info.xml | 9 +++ .../Crypto/Basics/Encoding/Base64 Decode.xml | 31 +++++++++++ .../Encoding/Base64 Encode.element_info.xml | 9 +++ .../Crypto/Basics/Encoding/Base64 Encode.xml | 35 ++++++++++++ .../Encoding/Base64 to Hex.element_info.xml | 9 +++ .../Crypto/Basics/Encoding/Base64 to Hex.xml | 35 ++++++++++++ .../Base64 to MimeAttachment.element_info.xml | 9 +++ .../Encoding/Base64 to MimeAttachment.xml | 53 ++++++++++++++++++ .../Binary Concat Base64.element_info.xml | 9 +++ .../Basics/Encoding/Binary Concat Base64.xml | 44 +++++++++++++++ .../Get Length Base64.element_info.xml | 9 +++ .../Basics/Encoding/Get Length Base64.xml | 37 +++++++++++++ .../Get Subset Base64.element_info.xml | 9 +++ .../Basics/Encoding/Get Subset Base64.xml | 55 +++++++++++++++++++ .../Encoding/Hex to Base64.element_info.xml | 9 +++ .../Crypto/Basics/Encoding/Hex to Base64.xml | 37 +++++++++++++ .../MimeAttachment to Base64.element_info.xml | 9 +++ .../Encoding/MimeAttachment to Base64.xml | 34 ++++++++++++ 86 files changed, 1254 insertions(+) create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.xml diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.element_info.xml new file mode 100644 index 0000000..0d28c55 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +hmacMd5 +ScriptModule +5da93f01-414d-42ab-b71a-5d3cb2efc82b + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.xml new file mode 100644 index 0000000..90afa52 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacMd5.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.element_info.xml new file mode 100644 index 0000000..6b1b3b8 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +hmacSha1 +ScriptModule +1c93a039-3a5d-4f11-8458-dc6202e1d61e + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.xml new file mode 100644 index 0000000..0474720 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha1.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.element_info.xml new file mode 100644 index 0000000..a0ce174 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +hmacSha256 +ScriptModule +e063295a-0286-45d8-a3d6-327220d4716b + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.xml new file mode 100644 index 0000000..3f4ee64 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha256.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.element_info.xml new file mode 100644 index 0000000..b6899e5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +hmacSha384 +ScriptModule +d15c5d7b-cf73-43cf-b223-263d1e53dd62 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.xml new file mode 100644 index 0000000..334305c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha384.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.element_info.xml new file mode 100644 index 0000000..22305a9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +hmacSha512 +ScriptModule +a08d6cf0-0e1d-431d-a349-59d0cbb44060 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.xml new file mode 100644 index 0000000..faa4595 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/hmacSha512.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.element_info.xml new file mode 100644 index 0000000..974323d --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +md5 +ScriptModule +14dac3a8-74a2-4146-82d9-25f0f1766c36 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.xml new file mode 100644 index 0000000..07d1e1b --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.element_info.xml new file mode 100644 index 0000000..6347f72 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +md5Base64 +ScriptModule +be7644f7-7cad-4741-9fb4-fb0c0f524d71 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.xml new file mode 100644 index 0000000..2665375 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/md5Base64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.element_info.xml new file mode 100644 index 0000000..d106ff7 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha1 +ScriptModule +111b3b6e-07d7-493d-94d5-da06dd2b0dc7 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.xml new file mode 100644 index 0000000..64144ff --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.element_info.xml new file mode 100644 index 0000000..b72b722 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha1Base64 +ScriptModule +5ae83705-6d95-4ef5-beb0-ef10c6bbf732 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.xml new file mode 100644 index 0000000..b43809d --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha1Base64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.element_info.xml new file mode 100644 index 0000000..e36101b --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha256 +ScriptModule +49988923-8469-4974-bdd5-6e99e9f0d62d + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.xml new file mode 100644 index 0000000..a50e3ae --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.element_info.xml new file mode 100644 index 0000000..d413419 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha256Base64 +ScriptModule +df10ee40-a310-444c-8510-28f3211040f9 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.xml new file mode 100644 index 0000000..c00e11d --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha256Base64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.element_info.xml new file mode 100644 index 0000000..803e21c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha384 +ScriptModule +2f1a448d-f33a-4aa1-afdb-07f701e9e368 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.xml new file mode 100644 index 0000000..536649f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.element_info.xml new file mode 100644 index 0000000..ffdb4a5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha384Base64 +ScriptModule +e4274aec-da8e-4e13-8515-2804b9806208 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.xml new file mode 100644 index 0000000..7cd592f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha384Base64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.element_info.xml new file mode 100644 index 0000000..4302d59 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha512 +ScriptModule +75aa9264-828e-46dc-9ca1-2c08cb3ee5a1 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.xml new file mode 100644 index 0000000..0ae9683 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.element_info.xml new file mode 100644 index 0000000..bfcb913 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.digest +sha512Base64 +ScriptModule +210eb81a-014e-4f7b-9bf8-9c95d82499fc + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.xml new file mode 100644 index 0000000..f883d51 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/digest/sha512Base64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.element_info.xml new file mode 100644 index 0000000..b718487 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +base64Decode +ScriptModule +9136de61-c020-4b4b-8089-45884baa81c5 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.xml new file mode 100644 index 0000000..7b9ae71 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Decode.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.element_info.xml new file mode 100644 index 0000000..b98184a --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +base64Encode +ScriptModule +e89ee795-d3b2-483f-acbf-afcf5745456f + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.xml new file mode 100644 index 0000000..23ba5dd --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64Encode.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.element_info.xml new file mode 100644 index 0000000..f092111 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +base64toHex +ScriptModule +a3080abb-98eb-415a-b15e-0d78cd548f89 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.xml new file mode 100644 index 0000000..1f5906c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toHex.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.element_info.xml new file mode 100644 index 0000000..f883e47 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +base64toMime +ScriptModule +3ef470c3-0aba-4044-aa6f-2ecb19fcbf5b + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.xml new file mode 100644 index 0000000..dc71f9c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/base64toMime.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.element_info.xml new file mode 100644 index 0000000..691aded --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +binaryConcatBase64 +ScriptModule +f6b3e8b0-65d6-4589-85d8-eefdee687d85 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.xml new file mode 100644 index 0000000..40a2453 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/binaryConcatBase64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.element_info.xml new file mode 100644 index 0000000..7f39c3f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +getLengthBase64 +ScriptModule +1e21ecf4-e7bc-4752-8412-c4159bb919d2 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.xml new file mode 100644 index 0000000..8107cd5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getLengthBase64.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.element_info.xml new file mode 100644 index 0000000..0f0a0aa --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +getSubsetBase64 +ScriptModule +af717031-db06-4be8-b6cb-41d89a673173 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.xml new file mode 100644 index 0000000..59671e8 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/getSubsetBase64.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.element_info.xml new file mode 100644 index 0000000..55201c2 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +hexToBase64 +ScriptModule +4a2e4175-39bf-4527-8dda-7126720cb9f3 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.xml new file mode 100644 index 0000000..58c5738 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/hexToBase64.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.element_info.xml new file mode 100644 index 0000000..fafdcfd --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encoding +mimeToBase64 +ScriptModule +88407560-4a98-4a8b-afc4-36f39996da6b + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.xml new file mode 100644 index 0000000..c129ee0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encoding/mimeToBase64.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.element_info.xml new file mode 100644 index 0000000..24c377a --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +MD5 Base64 +Workflow +20425e99-5a00-4ce1-8c9b-1894e650341a + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.xml new file mode 100644 index 0000000..e67aabc --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5 Base64.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.element_info.xml new file mode 100644 index 0000000..232f5f1 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +MD5 +Workflow +8edfda3c-a801-4c02-8d79-e9cfbbf5a501 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.xml new file mode 100644 index 0000000..c2a7018 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/MD5.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.element_info.xml new file mode 100644 index 0000000..e1d6329 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA1 Base64 +Workflow +dce81aff-b1d2-4793-bb34-be9467f9c7db + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml new file mode 100644 index 0000000..bdfd8e1 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.element_info.xml new file mode 100644 index 0000000..82b9998 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA1 +Workflow +1103d6dc-f6f6-47f5-81d6-948e63722483 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.xml new file mode 100644 index 0000000..2584277 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.element_info.xml new file mode 100644 index 0000000..690cb55 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA256 Base64 +Workflow +8c87af24-6f0d-4cac-9f79-456a93fd0f12 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.xml new file mode 100644 index 0000000..4d49e3d --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256 Base64.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.element_info.xml new file mode 100644 index 0000000..bb3b9b6 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA256 +Workflow +13f432eb-6350-4003-8e50-9fdf65d4c58e + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.xml new file mode 100644 index 0000000..fc7aff2 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA256.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.element_info.xml new file mode 100644 index 0000000..2d23133 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA384 Base64 +Workflow +167332cc-0a0a-4322-a5c0-a69ee1a1331c + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.xml new file mode 100644 index 0000000..3ac77d0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384 Base64.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.element_info.xml new file mode 100644 index 0000000..ff84450 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA384 +Workflow +5c3ad4ce-d2d6-4dd2-accb-6db680bfca4c + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.xml new file mode 100644 index 0000000..5311be7 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA384.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.element_info.xml new file mode 100644 index 0000000..94d5298 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA512 Base64 +Workflow +cc0d9140-b4aa-447c-af93-926934b9cd1d + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.xml new file mode 100644 index 0000000..a8d7067 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512 Base64.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.element_info.xml new file mode 100644 index 0000000..70951a5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Digest +SHA512 +Workflow +25ce0012-38e2-491e-9b5f-d3969d1cba8f + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.xml new file mode 100644 index 0000000..ea73f79 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA512.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.element_info.xml new file mode 100644 index 0000000..8f79f5f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Base64 Decode +Workflow +0434206c-7151-4341-8c9c-d1baa35d723d + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.xml new file mode 100644 index 0000000..412d12a --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Decode.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.element_info.xml new file mode 100644 index 0000000..03e4311 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Base64 Encode +Workflow +7cd90ae8-b095-4d14-af48-6ae10218b0a6 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.xml new file mode 100644 index 0000000..a5d21a1 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 Encode.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.element_info.xml new file mode 100644 index 0000000..a0486b5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Base64 to Hex +Workflow +cac4bade-498e-4671-ab42-5a57271e8850 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.xml new file mode 100644 index 0000000..9e27331 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to Hex.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.element_info.xml new file mode 100644 index 0000000..002fe7a --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Base64 to MimeAttachment +Workflow +7088a18d-8695-405a-9ee1-e54f792df27e + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.xml new file mode 100644 index 0000000..0c67a95 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Base64 to MimeAttachment.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.element_info.xml new file mode 100644 index 0000000..89902e9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Binary Concat Base64 +Workflow +c1d345cf-35fd-4048-88c5-030d36955390 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.xml new file mode 100644 index 0000000..44d163b --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Binary Concat Base64.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.element_info.xml new file mode 100644 index 0000000..983d2dc --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Get Length Base64 +Workflow +67d430ef-0283-44f3-94b2-50ce52bc73ce + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.xml new file mode 100644 index 0000000..6d3ed5b --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Length Base64.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.element_info.xml new file mode 100644 index 0000000..7a43d6c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Get Subset Base64 +Workflow +c1387894-d58b-49e1-9375-080c91b19233 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.xml new file mode 100644 index 0000000..eb4b914 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Get Subset Base64.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.element_info.xml new file mode 100644 index 0000000..0094669 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +Hex to Base64 +Workflow +23a68577-cc4a-43e8-bf2c-f951f60172cd + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.xml new file mode 100644 index 0000000..6c662e9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/Hex to Base64.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.element_info.xml new file mode 100644 index 0000000..3af3af0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encoding +MimeAttachment to Base64 +Workflow +70e9bd4a-2348-4674-9c72-97e5e27c2afb + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.xml new file mode 100644 index 0000000..4f76bf0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encoding/MimeAttachment to Base64.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 783f6341955d9495149002a9e0d9d013659610a3 Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Fri, 21 Jun 2019 09:10:41 -0700 Subject: [PATCH 2/8] remove hello world workflows. Signed-off-by: Daniel Linsley --- .../Hello world.element_info.xml | 9 ------- .../Encryption Helper Plugin/Hello world.xml | 26 ------------------- 2 files changed, 35 deletions(-) delete mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.element_info.xml delete mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.element_info.xml deleted file mode 100644 index 78c8a24..0000000 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.element_info.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -Exported from [server] -Library.Encryption Helper Plugin -Hello world -Workflow -9993475837951223458723498186056964020 - diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.xml deleted file mode 100644 index 893bcdc..0000000 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Encryption Helper Plugin/Hello world.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 7cd86aa77d51a565b4790600490c211122fe1cea Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Fri, 21 Jun 2019 09:12:13 -0700 Subject: [PATCH 3/8] encryption sample actions. Signed-off-by: Daniel Linsley --- .../plugin/crypto/encryption/aesDecrypt.element_info.xml | 9 +++++++++ .../vmware/o11n/plugin/crypto/encryption/aesDecrypt.xml | 8 ++++++++ .../plugin/crypto/encryption/aesEncrypt.element_info.xml | 9 +++++++++ .../vmware/o11n/plugin/crypto/encryption/aesEncrypt.xml | 8 ++++++++ .../crypto/encryption/randomAesIV.element_info.xml | 9 +++++++++ .../vmware/o11n/plugin/crypto/encryption/randomAesIV.xml | 7 +++++++ .../crypto/encryption/randomDesIV.element_info.xml | 9 +++++++++ .../vmware/o11n/plugin/crypto/encryption/randomDesIV.xml | 7 +++++++ .../crypto/encryption/tripleDesDecrypt.element_info.xml | 9 +++++++++ .../o11n/plugin/crypto/encryption/tripleDesDecrypt.xml | 8 ++++++++ .../crypto/encryption/tripleDesEncrypt.element_info.xml | 9 +++++++++ .../o11n/plugin/crypto/encryption/tripleDesEncrypt.xml | 8 ++++++++ 12 files changed, 100 insertions(+) create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.xml diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.element_info.xml new file mode 100644 index 0000000..6c0ea9e --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +aesDecrypt +ScriptModule +853ffd39-8db0-43ec-9043-4bc4f91262c8 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.xml new file mode 100644 index 0000000..1bd0324 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesDecrypt.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.element_info.xml new file mode 100644 index 0000000..ab550de --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +aesEncrypt +ScriptModule +ae60502c-5524-47d7-9f95-c97e3fc95fd1 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.xml new file mode 100644 index 0000000..b95cc44 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/aesEncrypt.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.element_info.xml new file mode 100644 index 0000000..32628dd --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +randomAesIV +ScriptModule +184ff8bb-703c-4ad5-b7b0-b0004609ee72 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.xml new file mode 100644 index 0000000..9ba8212 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomAesIV.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.element_info.xml new file mode 100644 index 0000000..25b9131 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +randomDesIV +ScriptModule +5dd07602-dedb-425d-8c5a-b08d217e23c1 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.xml new file mode 100644 index 0000000..9c8053c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/randomDesIV.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.element_info.xml new file mode 100644 index 0000000..756f3b9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +tripleDesDecrypt +ScriptModule +62a689ba-5486-4440-8927-ba4b7148319a + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.xml new file mode 100644 index 0000000..de4ca69 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesDecrypt.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.element_info.xml new file mode 100644 index 0000000..eed48b7 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.encryption +tripleDesEncrypt +ScriptModule +d25a4fe6-92f0-45e0-8b30-3b05d511ffb6 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.xml new file mode 100644 index 0000000..d179e76 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/encryption/tripleDesEncrypt.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file From 11f105b064322e2b5c3ce9037e0697b8627e5426 Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Fri, 21 Jun 2019 12:36:29 -0700 Subject: [PATCH 4/8] first encryption sample workflows with optional IV prepend. Signed-off-by: Daniel Linsley --- .../Encryption/3DES Encrypt.element_info.xml | 9 ++ .../Crypto/Basics/Encryption/3DES Encrypt.xml | 105 ++++++++++++++++ .../Encryption/AES Decrypt.element_info.xml | 9 ++ .../Crypto/Basics/Encryption/AES Decrypt.xml | 113 ++++++++++++++++++ .../Encryption/AES Encrypt.element_info.xml | 9 ++ .../Crypto/Basics/Encryption/AES Encrypt.xml | 105 ++++++++++++++++ 6 files changed, 350 insertions(+) create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.element_info.xml new file mode 100644 index 0000000..0583812 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +3DES Encrypt +Workflow +d2394e69-fefc-4992-889b-a5503411b208 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml new file mode 100644 index 0000000..0b447e2 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.element_info.xml new file mode 100644 index 0000000..39878d9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES Decrypt +Workflow +3a1d3a09-3a05-408e-b75a-bd90ea67c3dd + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml new file mode 100644 index 0000000..674104c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.element_info.xml new file mode 100644 index 0000000..d000d27 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES Encrypt +Workflow +acec0ca4-db30-4921-b900-adcffa906d8b + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml new file mode 100644 index 0000000..77e09af --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 29d9e66f76ba929ae621f3b959b11287f2865617 Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Sat, 13 Jul 2019 14:30:27 -0700 Subject: [PATCH 5/8] more encryption updates for samples. Signed-off-by: Daniel Linsley --- .../Crypto/Basics/Digest/SHA1 Base64.xml | 10 +- .../Encryption/3DES Decrypt.element_info.xml | 9 + .../Crypto/Basics/Encryption/3DES Decrypt.xml | 112 ++++++++++++ .../Crypto/Basics/Encryption/3DES Encrypt.xml | 46 +++-- .../Crypto/Basics/Encryption/AES Decrypt.xml | 16 +- .../Crypto/Basics/Encryption/AES Encrypt.xml | 46 +++-- ...h plain string passphrase.element_info.xml | 9 + ...in string with plain string passphrase.xml | 163 +++++++++++++++++ ...h plain string passphrase.element_info.xml | 9 + ...in string with plain string passphrase.xml | 164 ++++++++++++++++++ ...h plain string passphrase.element_info.xml | 9 + ...in string with plain string passphrase.xml | 163 +++++++++++++++++ ...h plain string passphrase.element_info.xml | 9 + ...in string with plain string passphrase.xml | 164 ++++++++++++++++++ 14 files changed, 895 insertions(+), 34 deletions(-) create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml index bdfd8e1..aad5840 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Digest/SHA1 Base64.xml @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - - + + +actionResult = System.getModule("com.vmware.o11n.plugin.crypto.digest").sha1Base64(dataB64) ;]]> @@ -25,7 +25,7 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.digest").sha256Ba - + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.element_info.xml new file mode 100644 index 0000000..55d6e72 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +3DES Decrypt +Workflow +26a8f509-7e8d-49f1-ac6a-fe19f4189971 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.xml new file mode 100644 index 0000000..01add00 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Decrypt.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml index 0b447e2..f1e96dd 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/3DES Encrypt.xml @@ -1,5 +1,5 @@ - + @@ -20,12 +20,16 @@ + + + + - + @@ -38,7 +42,7 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.encryption").trip - + @@ -46,7 +50,7 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.encryption").trip - + @@ -56,33 +60,53 @@ return (prependIV == true) ;]]> false - + - + - + - + + - + - + + + + + + + + + + + + + + - + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml index 674104c..e755109 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Decrypt.xml @@ -1,5 +1,5 @@ - + @@ -94,20 +94,22 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.encryption").aesD - - + + - - + + - - + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml index 77e09af..149cd77 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES Encrypt.xml @@ -1,5 +1,5 @@ - + @@ -20,12 +20,16 @@ + + + + - + @@ -38,7 +42,7 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.encryption").aesE - + @@ -46,7 +50,7 @@ actionResult = System.getModule("com.vmware.o11n.plugin.crypto.encryption").aesE - + @@ -56,33 +60,53 @@ return (prependIV == true) ;]]> false - + - + - + - + + - + - + + + + + + + + + + + + + + - + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml new file mode 100644 index 0000000..400dc15 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES128 Decrypt plain string with plain string passphrase +Workflow +8c458aea-6605-4548-b813-0e8e2b2aad3e + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml new file mode 100644 index 0000000..2371dab --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml new file mode 100644 index 0000000..67f47d3 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES128 Encrypt plain string with plain string passphrase +Workflow +89ce54de-10d2-46bd-a422-6880730f91ee + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml new file mode 100644 index 0000000..a055d4f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml new file mode 100644 index 0000000..c8c16fc --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES256 Decrypt plain string with plain string passphrase +Workflow +e0bde72c-3d2d-44fe-ab45-09e7bc15ce4a + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml new file mode 100644 index 0000000..4a89411 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml new file mode 100644 index 0000000..b016dbe --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.Encryption +AES256 Encrypt plain string with plain string passphrase +Workflow +8688272e-0c3a-440d-8470-dc706e73e8e8 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml new file mode 100644 index 0000000..38a152a --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From b57227402c8efde2f62c498c0f9c2672bcba5865 Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Sat, 13 Jul 2019 17:35:17 -0700 Subject: [PATCH 6/8] add HMAC sample workflows, add RSA sample actions, move AES plaintext samples. Signed-off-by: Daniel Linsley --- .../rsa/createSignature.element_info.xml | 9 ++++ .../plugin/crypto/rsa/createSignature.xml | 7 +++ .../crypto/rsa/decrypt.element_info.xml | 9 ++++ .../vmware/o11n/plugin/crypto/rsa/decrypt.xml | 7 +++ .../crypto/rsa/encrypt.element_info.xml | 9 ++++ .../vmware/o11n/plugin/crypto/rsa/encrypt.xml | 7 +++ .../rsa/verifySignature.element_info.xml | 9 ++++ .../plugin/crypto/rsa/verifySignature.xml | 8 +++ .../Basics/HMAC/HMAC md5.element_info.xml | 9 ++++ .../Library/Crypto/Basics/HMAC/HMAC md5.xml | 49 +++++++++++++++++++ .../Basics/HMAC/HMAC sha1.element_info.xml | 9 ++++ .../Library/Crypto/Basics/HMAC/HMAC sha1.xml | 49 +++++++++++++++++++ .../Basics/HMAC/HMAC sha256.element_info.xml | 9 ++++ .../Crypto/Basics/HMAC/HMAC sha256.xml | 49 +++++++++++++++++++ .../Basics/HMAC/HMAC sha384.element_info.xml | 9 ++++ .../Crypto/Basics/HMAC/HMAC sha384.xml | 49 +++++++++++++++++++ .../Basics/HMAC/HMAC sha512.element_info.xml | 9 ++++ .../Crypto/Basics/HMAC/HMAC sha512.xml | 49 +++++++++++++++++++ ...h plain string passphrase.element_info.xml | 2 +- ...in string with plain string passphrase.xml | 0 ...h plain string passphrase.element_info.xml | 2 +- ...in string with plain string passphrase.xml | 0 ...h plain string passphrase.element_info.xml | 2 +- ...in string with plain string passphrase.xml | 0 ...h plain string passphrase.element_info.xml | 2 +- ...in string with plain string passphrase.xml | 0 26 files changed, 359 insertions(+), 4 deletions(-) create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.xml rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES128 Decrypt plain string with plain string passphrase.element_info.xml (83%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES128 Decrypt plain string with plain string passphrase.xml (100%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES128 Encrypt plain string with plain string passphrase.element_info.xml (83%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES128 Encrypt plain string with plain string passphrase.xml (100%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES256 Decrypt plain string with plain string passphrase.element_info.xml (83%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES256 Decrypt plain string with plain string passphrase.xml (100%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES256 Encrypt plain string with plain string passphrase.element_info.xml (83%) rename o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/{Basics/Encryption => Plain String Encryption}/AES256 Encrypt plain string with plain string passphrase.xml (100%) diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.element_info.xml new file mode 100644 index 0000000..72f6db9 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.rsa +createSignature +ScriptModule +ba35bbe0-7d71-4b63-8704-96b292891b7b + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.xml new file mode 100644 index 0000000..fa4fbd2 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/createSignature.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.element_info.xml new file mode 100644 index 0000000..373ba23 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.rsa +decrypt +ScriptModule +e3f44293-36fe-405b-be13-4050a4fed82c + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.xml new file mode 100644 index 0000000..2640efb --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/decrypt.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.element_info.xml new file mode 100644 index 0000000..8ae1109 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.rsa +encrypt +ScriptModule +c6962a13-6e44-479b-92b1-00861f32cc89 + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.xml new file mode 100644 index 0000000..1dea866 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/encrypt.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.element_info.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.element_info.xml new file mode 100644 index 0000000..c67d24e --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +com.vmware.o11n.plugin.crypto.rsa +verifySignature +ScriptModule +a3ff13b2-2a50-414b-90d2-8db6cd4e65fc + diff --git a/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.xml b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.xml new file mode 100644 index 0000000..a852615 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/ScriptModule/com/vmware/o11n/plugin/crypto/rsa/verifySignature.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.element_info.xml new file mode 100644 index 0000000..589d477 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.HMAC +HMAC md5 +Workflow +21f774a4-6bef-4f55-b6c2-ae33cf447ca3 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.xml new file mode 100644 index 0000000..2624cb0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC md5.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.element_info.xml new file mode 100644 index 0000000..58931f0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.HMAC +HMAC sha1 +Workflow +b5239e6c-dce0-4ab5-9298-73b736eacf63 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.xml new file mode 100644 index 0000000..70a6fcc --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha1.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.element_info.xml new file mode 100644 index 0000000..2bd6ccc --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.HMAC +HMAC sha256 +Workflow +9eab8d2a-00bf-45f3-b5db-c9e889c0fbfb + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.xml new file mode 100644 index 0000000..8fb82c5 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha256.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.element_info.xml new file mode 100644 index 0000000..d4a8d9d --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.HMAC +HMAC sha384 +Workflow +c7de14bb-2500-4a85-ba35-3b6c40984c30 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.xml new file mode 100644 index 0000000..5b002d6 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha384.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.element_info.xml new file mode 100644 index 0000000..e7fb967 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.HMAC +HMAC sha512 +Workflow +7d02321a-de22-43e6-ae64-adaf634a025b + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.xml new file mode 100644 index 0000000..814d51f --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/HMAC/HMAC sha512.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml similarity index 83% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml index 400dc15..c2d1e7d 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Decrypt plain string with plain string passphrase.element_info.xml @@ -2,7 +2,7 @@ Exported from [server] -Library.Crypto.Basics.Encryption +Library.Crypto.Plain String Encryption AES128 Decrypt plain string with plain string passphrase Workflow 8c458aea-6605-4548-b813-0e8e2b2aad3e diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Decrypt plain string with plain string passphrase.xml similarity index 100% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Decrypt plain string with plain string passphrase.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Decrypt plain string with plain string passphrase.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml similarity index 83% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml index 67f47d3..ff87bfa 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Encrypt plain string with plain string passphrase.element_info.xml @@ -2,7 +2,7 @@ Exported from [server] -Library.Crypto.Basics.Encryption +Library.Crypto.Plain String Encryption AES128 Encrypt plain string with plain string passphrase Workflow 89ce54de-10d2-46bd-a422-6880730f91ee diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Encrypt plain string with plain string passphrase.xml similarity index 100% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES128 Encrypt plain string with plain string passphrase.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES128 Encrypt plain string with plain string passphrase.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml similarity index 83% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml index c8c16fc..a11d83d 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Decrypt plain string with plain string passphrase.element_info.xml @@ -2,7 +2,7 @@ Exported from [server] -Library.Crypto.Basics.Encryption +Library.Crypto.Plain String Encryption AES256 Decrypt plain string with plain string passphrase Workflow e0bde72c-3d2d-44fe-ab45-09e7bc15ce4a diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Decrypt plain string with plain string passphrase.xml similarity index 100% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Decrypt plain string with plain string passphrase.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Decrypt plain string with plain string passphrase.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml similarity index 83% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml index b016dbe..b5bb6ba 100644 --- a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Encrypt plain string with plain string passphrase.element_info.xml @@ -2,7 +2,7 @@ Exported from [server] -Library.Crypto.Basics.Encryption +Library.Crypto.Plain String Encryption AES256 Encrypt plain string with plain string passphrase Workflow 8688272e-0c3a-440d-8470-dc706e73e8e8 diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Encrypt plain string with plain string passphrase.xml similarity index 100% rename from o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/Encryption/AES256 Encrypt plain string with plain string passphrase.xml rename to o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Plain String Encryption/AES256 Encrypt plain string with plain string passphrase.xml From e30918830fe227c121a4bbed75043229ed3321fe Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Sat, 14 Sep 2019 17:01:28 -0700 Subject: [PATCH 7/8] adding basic workflows for RSA functions. Signed-off-by: Daniel Linsley --- .../RSA/Create RSA Signature.element_info.xml | 9 +++ .../Basics/RSA/Create RSA Signature.xml | 49 ++++++++++++++++ .../Basics/RSA/RSA Decrypt.element_info.xml | 9 +++ .../Library/Crypto/Basics/RSA/RSA Decrypt.xml | 47 +++++++++++++++ .../Basics/RSA/RSA Encrypt.element_info.xml | 9 +++ .../Library/Crypto/Basics/RSA/RSA Encrypt.xml | 45 ++++++++++++++ .../RSA/Verify RSA Signature.element_info.xml | 9 +++ .../Basics/RSA/Verify RSA Signature.xml | 58 +++++++++++++++++++ 8 files changed, 235 insertions(+) create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.element_info.xml create mode 100644 o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.xml diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.element_info.xml new file mode 100644 index 0000000..d37d83c --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.RSA +Create RSA Signature +Workflow +66e310ad-aac1-4e99-988f-384cdbe315b4 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.xml new file mode 100644 index 0000000..bacd4ad --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Create RSA Signature.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.element_info.xml new file mode 100644 index 0000000..2582e99 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.RSA +RSA Decrypt +Workflow +d123c9eb-899b-4d0d-9d50-f55a1af9d14c + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.xml new file mode 100644 index 0000000..aa1417b --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Decrypt.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.element_info.xml new file mode 100644 index 0000000..eb724c0 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.RSA +RSA Encrypt +Workflow +d5eb3782-3d8b-4b10-b0d2-cb1c3968426b + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.xml new file mode 100644 index 0000000..8e8cd05 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/RSA Encrypt.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.element_info.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.element_info.xml new file mode 100644 index 0000000..a175c65 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.element_info.xml @@ -0,0 +1,9 @@ + + + +Exported from [server] +Library.Crypto.Basics.RSA +Verify RSA Signature +Workflow +02635fef-3aa4-4ad4-bda5-e10cf3b84129 + diff --git a/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.xml b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.xml new file mode 100644 index 0000000..dc7f063 --- /dev/null +++ b/o11nplugin-crypto-package/src/main/resources/Workflow/Library/Crypto/Basics/RSA/Verify RSA Signature.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From c3000c4a2dd6b76a8f7f75aa8345bfcffa97b620 Mon Sep 17 00:00:00 2001 From: Daniel Linsley Date: Sat, 28 Dec 2019 21:18:33 -0800 Subject: [PATCH 8/8] Updating version from 1.0.0 to 1.1.0 for introduction of samples. Signed-off-by: Daniel Linsley --- o11nplugin-crypto-core/pom.xml | 2 +- o11nplugin-crypto-package/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/o11nplugin-crypto-core/pom.xml b/o11nplugin-crypto-core/pom.xml index c729153..171775e 100644 --- a/o11nplugin-crypto-core/pom.xml +++ b/o11nplugin-crypto-core/pom.xml @@ -9,7 +9,7 @@ crypto com.vmware.o11n.plugin - 1.0.0 + 1.1.0 diff --git a/o11nplugin-crypto-package/pom.xml b/o11nplugin-crypto-package/pom.xml index 1c7a543..2dde6c3 100644 --- a/o11nplugin-crypto-package/pom.xml +++ b/o11nplugin-crypto-package/pom.xml @@ -9,7 +9,7 @@ crypto com.vmware.o11n.plugin - 1.0.0 + 1.1.0 diff --git a/pom.xml b/pom.xml index e5e5641..e082c27 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.vmware.o11n.plugin crypto pom - 1.0.0 + 1.1.0 UTF-8