EncryptedKeyElementImpl.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
20593760b116c90f3e439552763eef632a3bbb17vboxsync//
20593760b116c90f3e439552763eef632a3bbb17vboxsync// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
20593760b116c90f3e439552763eef632a3bbb17vboxsync// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
20593760b116c90f3e439552763eef632a3bbb17vboxsync// Any modifications to this file will be lost upon recompilation of the source schema.
20593760b116c90f3e439552763eef632a3bbb17vboxsync// Generated on: 2012.06.11 at 10:33:54 AM PDT
20593760b116c90f3e439552763eef632a3bbb17vboxsync//
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsyncpackage com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl;
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsyncpublic class EncryptedKeyElementImpl
20593760b116c90f3e439552763eef632a3bbb17vboxsync extends com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl
20593760b116c90f3e439552763eef632a3bbb17vboxsync implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedKeyElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
20593760b116c90f3e439552763eef632a3bbb17vboxsync{
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.JAXBVersion.class);
20593760b116c90f3e439552763eef632a3bbb17vboxsync private static com.sun.msv.grammar.Grammar schemaFragment;
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
20593760b116c90f3e439552763eef632a3bbb17vboxsync return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedKeyElement.class);
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public java.lang.String ____jaxb_ri____getNamespaceURI() {
20593760b116c90f3e439552763eef632a3bbb17vboxsync return "http://www.w3.org/2001/04/xmlenc#";
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public java.lang.String ____jaxb_ri____getLocalName() {
20593760b116c90f3e439552763eef632a3bbb17vboxsync return "EncryptedKey";
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
20593760b116c90f3e439552763eef632a3bbb17vboxsync return new com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.Unmarshaller(context);
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
20593760b116c90f3e439552763eef632a3bbb17vboxsync throws org.xml.sax.SAXException
20593760b116c90f3e439552763eef632a3bbb17vboxsync {
20593760b116c90f3e439552763eef632a3bbb17vboxsync context.startElement("http://www.w3.org/2001/04/xmlenc#", "EncryptedKey");
20593760b116c90f3e439552763eef632a3bbb17vboxsync super.serializeURIs(context);
20593760b116c90f3e439552763eef632a3bbb17vboxsync context.endNamespaceDecls();
20593760b116c90f3e439552763eef632a3bbb17vboxsync super.serializeAttributes(context);
20593760b116c90f3e439552763eef632a3bbb17vboxsync context.endAttributes();
20593760b116c90f3e439552763eef632a3bbb17vboxsync super.serializeBody(context);
20593760b116c90f3e439552763eef632a3bbb17vboxsync context.endElement();
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
20593760b116c90f3e439552763eef632a3bbb17vboxsync throws org.xml.sax.SAXException
20593760b116c90f3e439552763eef632a3bbb17vboxsync {
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
20593760b116c90f3e439552763eef632a3bbb17vboxsync throws org.xml.sax.SAXException
20593760b116c90f3e439552763eef632a3bbb17vboxsync {
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public java.lang.Class getPrimaryInterface() {
20593760b116c90f3e439552763eef632a3bbb17vboxsync return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptedKeyElement.class);
20593760b116c90f3e439552763eef632a3bbb17vboxsync }
20593760b116c90f3e439552763eef632a3bbb17vboxsync
20593760b116c90f3e439552763eef632a3bbb17vboxsync public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
20593760b116c90f3e439552763eef632a3bbb17vboxsync if (schemaFragment == null) {
20593760b116c90f3e439552763eef632a3bbb17vboxsync schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
20593760b116c90f3e439552763eef632a3bbb17vboxsync "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007pps"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"q\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0007ppsq\u0000~\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0007ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0000sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"pp\u0000sq\u0000~\u0000\u0014ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004q\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"~\u0000\u0018psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0018psr\u00002com.sun.msv.grammar.Expre"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"ssion$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0017\u0001q\u0000~\u0000\"sr\u0000 co"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"m.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.gra"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"mmar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expressio"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"n$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000#q\u0000~\u0000(sr\u0000#com.sun.ms"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"v.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lan"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"g/String;L\u0000\fnamespaceURIq\u0000~\u0000*xq\u0000~\u0000%t\u0000Ccom.sun.identity.liber"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"ty.ws.common.jaxb.xmlenc.EncryptionMethodTypet\u0000+http://java."
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018psr\u0000\u001bcom.s"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"un.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/dataty"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"pe/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/String"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"Pair;xq\u0000~\u0000\u0004q\u0000~\u0000\u0018psr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'c"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"om.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespac"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"eUriq\u0000~\u0000*L\u0000\btypeNameq\u0000~\u0000*L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/dataty"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"pe/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSc"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"hemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceP"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"rocessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$Null"
20593760b116c90f3e439552763eef632a3bbb17vboxsync+"SetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0018psr\u0000\u001bcom.sun.msv.util.Str"
+"ingPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000*L\u0000\fnamespaceURIq\u0000~\u0000*xpq\u0000~"
+"\u0000;q\u0000~\u0000:sq\u0000~\u0000)t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-inst"
+"anceq\u0000~\u0000(sq\u0000~\u0000)t\u0000\u0010EncryptionMethodt\u0000!http://www.w3.org/2001/"
+"04/xmlenc#q\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0018psq\u0000~\u0000\u0000q\u0000~\u0000\u0018p\u0000sq\u0000~\u0000\u0014ppsq\u0000~"
+"\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000=com.sun.identity"
+".liberty.ws.common.jaxb.xmlsig.KeyInfoElementq\u0000~\u0000-sq\u0000~\u0000\u0000q\u0000~\u0000"
+"\u0018p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~"
+"\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000:com.sun.identity.liberty.ws.common.jaxb.xmls"
+"ig.KeyInfoTypeq\u0000~\u0000-sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u00003q\u0000~\u0000Cq\u0000~\u0000(sq\u0000~\u0000)"
+"t\u0000\u0007KeyInfot\u0000\"http://www.w3.org/2000/09/xmldsig#q\u0000~\u0000(sq\u0000~\u0000\u0014pp"
+"sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~"
+"\u0000)t\u0000@com.sun.identity.liberty.ws.common.jaxb.xmlenc.CipherDa"
+"taElementq\u0000~\u0000-sq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018p"
+"sq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000=com.sun.identity.liberty"
+".ws.common.jaxb.xmlenc.CipherDataTypeq\u0000~\u0000-sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000"
+"\u0018pq\u0000~\u00003q\u0000~\u0000Cq\u0000~\u0000(sq\u0000~\u0000)t\u0000\nCipherDataq\u0000~\u0000Hsq\u0000~\u0000\u0014ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0018"
+"psq\u0000~\u0000\u0000q\u0000~\u0000\u0018p\u0000sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000"
+"(sq\u0000~\u0000)t\u0000Jcom.sun.identity.liberty.ws.common.jaxb.xmlenc.Enc"
+"ryptionPropertiesElementq\u0000~\u0000-sq\u0000~\u0000\u0000q\u0000~\u0000\u0018p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000s"
+"q\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000Gcom.s"
+"un.identity.liberty.ws.common.jaxb.xmlenc.EncryptionProperti"
+"esTypeq\u0000~\u0000-sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u00003q\u0000~\u0000Cq\u0000~\u0000(sq\u0000~\u0000)t\u0000\u0014Encry"
+"ptionPropertiesq\u0000~\u0000Hq\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u0014q\u0000~\u0000\u0018psq\u0000~\u0000\u0000q\u0000~\u0000\u0018p\u0000sq"
+"\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000Ccom.su"
+"n.identity.liberty.ws.common.jaxb.xmlenc.ReferenceListElemen"
+"tq\u0000~\u0000-sq\u0000~\u0000\u0000q\u0000~\u0000\u0018p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001cq\u0000~\u0000\u0018psq\u0000~"
+"\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\"q\u0000~\u0000&q\u0000~\u0000(sq\u0000~\u0000)t\u0000@com.sun.identity.liberty.ws."
+"common.jaxb.xmlenc.ReferenceListTypeq\u0000~\u0000-sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018"
+"pq\u0000~\u00003q\u0000~\u0000Cq\u0000~\u0000(sq\u0000~\u0000)t\u0000\rReferenceListq\u0000~\u0000Hq\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~"
+"\u0000\u0000q\u0000~\u0000\u0018p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u00000q\u0000~\u0000\u0018psr\u0000#com.sun.msv.datatype.xsd.St"
+"ringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u00005q\u0000~\u0000:t\u0000\u0006stringsr\u00005c"
+"om.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
+"\u0002\u0000\u0000xq\u0000~\u0000=\u0001q\u0000~\u0000@sq\u0000~\u0000Aq\u0000~\u0000\u009fq\u0000~\u0000:sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u00003q\u0000~\u0000"
+"Cq\u0000~\u0000(sq\u0000~\u0000)t\u0000\u000eCarriedKeyNameq\u0000~\u0000Hq\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018ps"
+"q\u0000~\u00000q\u0000~\u0000\u0018psr\u0000#com.sun.msv.datatype.xsd.AnyURIType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
+"\u0000xq\u0000~\u00005q\u0000~\u0000:t\u0000\u0006anyURIq\u0000~\u0000>q\u0000~\u0000@sq\u0000~\u0000Aq\u0000~\u0000\u00acq\u0000~\u0000:sq\u0000~\u0000)t\u0000\bEnco"
+"dingt\u0000\u0000q\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018psq\u0000~\u00000ppsr\u0000\u001fcom.sun.msv.data"
+"type.xsd.IDType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.Ncnam"
+"eType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\"com.sun.msv.datatype.xsd.TokenType\u0000\u0000\u0000\u0000\u0000\u0000"
+"\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u009dq\u0000~\u0000:t\u0000\u0002IDq\u0000~\u0000>\u0000q\u0000~\u0000@sq\u0000~\u0000Aq\u0000~\u0000\u00b8q\u0000~\u0000:sq\u0000~\u0000)t\u0000\u0002Idq"
+"\u0000~\u0000\u00b0q\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\u009csq\u0000~\u0000)t\u0000\bMimeTypeq\u0000~\u0000\u00b0q\u0000~\u0000"
+"(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\u00a9sq\u0000~\u0000)t\u0000\u0004Typeq\u0000~\u0000\u00b0q\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000"
+"~\u0000\u001fq\u0000~\u0000\u0018pq\u0000~\u0000\u009csq\u0000~\u0000)t\u0000\tRecipientq\u0000~\u0000\u00b0q\u0000~\u0000(sq\u0000~\u0000\u0014ppsq\u0000~\u0000\u001fq\u0000~\u0000"
+"\u0018pq\u0000~\u00003q\u0000~\u0000Cq\u0000~\u0000(sq\u0000~\u0000)t\u0000\fEncryptedKeyq\u0000~\u0000Hsr\u0000\"com.sun.msv.g"
+"rammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/g"
+"rammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.E"
+"xpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL"
+"\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u00008\u0001pq\u0000~\u0000^"
+"q\u0000~\u0000rq\u0000~\u0000\u0086q\u0000~\u0000\u0012q\u0000~\u0000\nq\u0000~\u0000\u001eq\u0000~\u0000Mq\u0000~\u0000Uq\u0000~\u0000aq\u0000~\u0000iq\u0000~\u0000uq\u0000~\u0000}q\u0000~\u0000\u0089"
+"q\u0000~\u0000\u0091q\u0000~\u0000\u00b1q\u0000~\u0000\u000eq\u0000~\u0000\u00bcq\u0000~\u0000\u0013q\u0000~\u0000\u001bq\u0000~\u0000Lq\u0000~\u0000Tq\u0000~\u0000`q\u0000~\u0000hq\u0000~\u0000tq\u0000~\u0000|"
+"q\u0000~\u0000\u0088q\u0000~\u0000\u0090q\u0000~\u0000\u00a7q\u0000~\u0000\u0019q\u0000~\u0000Rq\u0000~\u0000fq\u0000~\u0000zq\u0000~\u0000\u008eq\u0000~\u0000\rq\u0000~\u0000\u0010q\u0000~\u0000\u009bq\u0000~\u0000\u0099"
+"q\u0000~\u0000\tq\u0000~\u0000\u000bq\u0000~\u0000\u0015q\u0000~\u0000\u00c0q\u0000~\u0000Iq\u0000~\u0000qq\u0000~\u0000\u0085q\u0000~\u0000\u000fq\u0000~\u0000\u00c4q\u0000~\u0000\u0011q\u0000~\u0000\fq\u0000~\u0000."
+"q\u0000~\u0000Yq\u0000~\u0000mq\u0000~\u0000\u0081q\u0000~\u0000\u0095q\u0000~\u0000\u00a3q\u0000~\u0000\u00c8q\u0000~\u0000Jx"));
}
return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
}
public class Unmarshaller
extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
{
public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
super(context, "----");
}
protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
this(context);
state = startState;
}
public java.lang.Object owner() {
return com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this;
}
public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
if (("EncryptedKey" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
context.pushAttributes(__atts, false);
state = 1;
return ;
}
break;
case 1 :
attIdx = context.getAttribute("", "Recipient");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "Encoding");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "MimeType");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
attIdx = context.getAttribute("", "Type");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
return ;
}
if (("EncryptionMethod" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
if (("KeyInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
if (("KeyInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
if (("CipherData" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
if (("CipherData" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
return ;
}
break;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 2 :
if (("EncryptedKey" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
context.popAttributes();
state = 3;
return ;
}
break;
case 3 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("", "Recipient");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Encoding");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "MimeType");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Type");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
return ;
}
break;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
if (("Recipient" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
if (("Encoding" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
if (("Id" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
if (("MimeType" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
if (("Type" == ___local)&&("" == ___uri)) {
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyTypeImpl)com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptedKeyElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
break;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
attIdx = context.getAttribute("", "Recipient");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Encoding");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "MimeType");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
attIdx = context.getAttribute("", "Type");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
return ;
}
break;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 3 :
revertToParentFromText(value);
return ;
case 1 :
attIdx = context.getAttribute("", "Recipient");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "Encoding");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "Id");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "MimeType");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
attIdx = context.getAttribute("", "Type");
if (attIdx >= 0) {
context.consumeAttribute(attIdx);
context.getCurrentHandler().text(value);
return ;
}
break;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}