Sha256: d31894aed1c473c5a37d4a6efc387bbff01a054fcf46457eb2b319138720c17c
Contents?: true
Size: 1.56 KB
Versions: 16
Compression:
Stored size: 1.56 KB
Contents
# xmlsec-ghc-schema.rnc (derived from xmlsec-ghc-schema.xsd) # # Copyright 2011 W3C (Massachusetts Institute of Technology, # Institut National de Recherche en Informatique et en Automatique, # Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ # # Use and distribution of all schemas in this directory are permitted under the terms # W3C Software Notice and License # http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 # default namespace gh = "http://www.w3.org/2009/xmlsec-gh#" gh_GenericHybridCipherMethod = element GenericHybridCipherMethod { gh_GenericHybridCipherMethodType } gh_GenericHybridCipherMethodType = element KeyEncapsulationMethod { gh_KeyEncapsulationMethodType }, element DataEncapsulationMethod { xenc_EncryptionMethodType } gh_KeyEncapsulationMethodType = xenc11_KeyDerivationMethod, element KeyLen { xsd:positiveInteger } , gh_KeyEncapsulationMethodParams gh_KeyEncapsulationMethodParams = attribute Algorithm {xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#rsaes-kem"} | attribute Algorithm {xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#ecies-kem" } xenc_EncryptionMethodOtherParams |= attribute Algorithm { xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#generic-hybrid" }, gh_GenericHybridCipherMethod # List of known algorithms xenc_EncryptionAlgorithms |= xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#generic-hybrid" gh_KeyEncapsulationAlgorithms = xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#rsaes-kem" | xsd:anyURI "http://www.w3.org/2009/xmlsec-gh#ecies-kem"
Version data entries
16 entries across 16 versions & 1 rubygems