KeyDescriptorElementImpl.java revision 5b64d5d44892834ba97f003080f3467299b7c5c5
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster//
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster// Generated on: 2012.06.11 at 10:34:07 AM PDT
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster//
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterpackage com.sun.identity.saml2.jaxb.metadata.impl;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterpublic class KeyDescriptorElementImpl
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster extends com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster implements com.sun.identity.saml2.jaxb.metadata.KeyDescriptorElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallableObject, com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializable, com.sun.identity.saml2.jaxb.assertion.impl.runtime.ValidatableObject
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster{
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public final static Class version = (com.sun.identity.saml2.jaxb.metadata.impl.JAXBVersion.class);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster private static com.sun.msv.grammar.Grammar schemaFragment;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster private final static Class PRIMARY_INTERFACE_CLASS() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorElement.class);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public String ____jaxb_ri____getNamespaceURI() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return "urn:oasis:names:tc:SAML:2.0:metadata";
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public String ____jaxb_ri____getLocalName() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return "KeyDescriptor";
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return new com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl.Unmarshaller(context);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void serializeBody(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.startElement("urn:oasis:names:tc:SAML:2.0:metadata", "KeyDescriptor");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.serializeURIs(context);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.endNamespaceDecls();
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.serializeAttributes(context);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.endAttributes();
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.serializeBody(context);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.endElement();
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void serializeAttributes(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void serializeURIs(com.sun.identity.saml2.jaxb.assertion.impl.runtime.XMLSerializer context)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public Class getPrimaryInterface() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return (com.sun.identity.saml2.jaxb.metadata.KeyDescriptorElement.class);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (schemaFragment == null) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\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"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"r\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsq\u0000~\u0000\u0000pp\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sq\u0000~\u0000\fppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001cc"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"om.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004sr\u0000\u0011j"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ava.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000 com.sun.msv.gramm"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"q\u0000~\u0000\u0014psr\u00002com.sun.msv.grammar.Expression$AnyStringExpression"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u0013\u0001q\u0000~\u0000\u0018sr\u0000 com.sun.msv.grammar.AnyName"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0019q\u0000~\u0000\u001esr\u0000#com.sun.msv.grammar.SimpleNameClass"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0000~\u0000 xq\u0000~\u0000\u001bt\u00001com.sun.identity.saml2.jaxb.xmlsig.KeyInfoEleme"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ntt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u0000pp\u0000sq\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0010q\u0000~\u0000\u0014psq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u001esq\u0000~\u0000\u001ft\u0000.com.sun.identity.saml2.jaxb.xmlsig.KeyInfoTypeq\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"#sq\u0000~\u0000\fppsq\u0000~\u0000\u0015q\u0000~\u0000\u0014psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004n"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"amet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004ppsr\u0000\"com.sun.msv.d"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"atatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+".BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Co"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ncreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatype"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"Impl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000 L\u0000\btypeNameq\u0000~\u0000 L\u0000\nwhiteS"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"pacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 ht"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"tp://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.dataty"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"pe.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.ms"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"v.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.m"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0014psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+" L\u0000\fnamespaceURIq\u0000~\u0000 xpq\u0000~\u00009q\u0000~\u00008sq\u0000~\u0000\u001ft\u0000\u0004typet\u0000)http://www."
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"w3.org/2001/XMLSchema-instanceq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\u0007KeyInfot\u0000\"http:/"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"/www.w3.org/2000/09/xmldsig#sq\u0000~\u0000\fppsq\u0000~\u0000\u0010q\u0000~\u0000\u0014psq\u0000~\u0000\fq\u0000~\u0000\u0014p"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sq\u0000~\u0000\u0000q\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0010q\u0000~\u0000\u0014psq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001e"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sq\u0000~\u0000\u001ft\u0000<com.sun.identity.saml2.jaxb.metadata.EncryptionMeth"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"odElementq\u0000~\u0000#sq\u0000~\u0000\u0000q\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\fppsq\u0000~\u0000\u0010q\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"~\u0000\u0014psq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u00007com.sun.identity.sam"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"l2.jaxb.xmlenc.EncryptionMethodTypeq\u0000~\u0000#sq\u0000~\u0000\fppsq\u0000~\u0000\u0015q\u0000~\u0000\u0014p"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"q\u0000~\u00001q\u0000~\u0000Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\u0010EncryptionMethodt\u0000$urn:oasis:names:t"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"c:SAML:2.0:metadataq\u0000~\u0000\u001esq\u0000~\u0000\fppsq\u0000~\u0000\u0015q\u0000~\u0000\u0014psq\u0000~\u0000.ppsr\u0000)com."
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sun.msv.datatype.xsd.EnumerationFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0006valuest\u0000\u000f"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"Ljava/util/Set;xr\u00009com.sun.msv.datatype.xsd.DataTypeWithValu"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"eConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Data"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"TypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlag"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"L\u0000\bbaseTypet\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;L\u0000\fco"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ncreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType;L\u0000\tfacet"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"Nameq\u0000~\u0000 xq\u0000~\u00005q\u0000~\u0000\\t\u0000\bKeyTypessr\u00005com.sun.msv.datatype.xsd."
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000;\u0000\u0000sr\u0000#com.sun.m"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"sv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u00003q"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"\u0000~\u00008t\u0000\u0006stringq\u0000~\u0000i\u0001q\u0000~\u0000kt\u0000\u000benumerationsr\u0000\u0011java.util.HashSet\u00ba"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"D\u0085\u0095\u0096\u00b8\u00b74\u0003\u0000\u0000xpw\f\u0000\u0000\u0000\u0010?@\u0000\u0000\u0000\u0000\u0000\u0002t\u0000\u0007signingt\u0000\nencryptionxq\u0000~\u0000>sq\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"?q\u0000~\u0000gq\u0000~\u0000\\sq\u0000~\u0000\u001ft\u0000\u0003uset\u0000\u0000q\u0000~\u0000\u001esq\u0000~\u0000\fppsq\u0000~\u0000\u0015q\u0000~\u0000\u0014pq\u0000~\u00001q\u0000~\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\rKeyDescriptorq\u0000~\u0000\\sr\u0000\"com.sun.msv.grammar.Exp"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/Exp"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionP"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"ool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0015\u0001pq\u0000~\u0000]q\u0000~\u0000\u000fq\u0000~\u0000\'"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"q\u0000~\u0000Kq\u0000~\u0000Sq\u0000~\u0000Hq\u0000~\u0000%q\u0000~\u0000Qq\u0000~\u0000\tq\u0000~\u0000Gq\u0000~\u0000\u0012q\u0000~\u0000(q\u0000~\u0000Lq\u0000~\u0000Tq\u0000~\u0000\n"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster+"q\u0000~\u0000\u000bq\u0000~\u0000,q\u0000~\u0000Xq\u0000~\u0000vq\u0000~\u0000\rq\u0000~\u0000Ix"));
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public class Unmarshaller
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.AbstractUnmarshallingEventHandlerImpl
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super(context, "----");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster protected Unmarshaller(com.sun.identity.saml2.jaxb.assertion.impl.runtime.UnmarshallingContext context, int startState) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster this(context);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster state = startState;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public Object owner() {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl.this;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void enterElement(String ___uri, String ___local, String ___qname, org.xml.sax.Attributes __atts)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster int attIdx;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster outer:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster while (true) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster switch (state) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 3 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 1 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster attIdx = context.getAttribute("", "use");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (attIdx >= 0) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.consumeAttribute(attIdx);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (("KeyInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (("KeyInfo" == ___local)&&("http://www.w3.org/2000/09/xmldsig#" == ___uri)) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 0 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (("KeyDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.pushAttributes(__atts, false);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster state = 1;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void leaveElement(String ___uri, String ___local, String ___qname)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster int attIdx;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster outer:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster while (true) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster switch (state) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 3 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 2 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (("KeyDescriptor" == ___local)&&("urn:oasis:names:tc:SAML:2.0:metadata" == ___uri)) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.popAttributes();
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster state = 3;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 1 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster attIdx = context.getAttribute("", "use");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (attIdx >= 0) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.consumeAttribute(attIdx);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.leaveElement(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void enterAttribute(String ___uri, String ___local, String ___qname)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster int attIdx;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster outer:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster while (true) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster switch (state) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 3 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster revertToParentFromEnterAttribute(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 1 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (("use" == ___local)&&("" == ___uri)) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster spawnHandlerFromEnterAttribute((((com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorTypeImpl)com.sun.identity.saml2.jaxb.metadata.impl.KeyDescriptorElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.enterAttribute(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void leaveAttribute(String ___uri, String ___local, String ___qname)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster int attIdx;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster outer:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster while (true) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster switch (state) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 3 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 1 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster attIdx = context.getAttribute("", "use");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (attIdx >= 0) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.consumeAttribute(attIdx);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster super.leaveAttribute(___uri, ___local, ___qname);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster public void handleText(final String value)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster throws org.xml.sax.SAXException
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster int attIdx;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster outer:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster while (true) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster try {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster switch (state) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 3 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster revertToParentFromText(value);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster case 1 :
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster attIdx = context.getAttribute("", "use");
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster if (attIdx >= 0) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.consumeAttribute(attIdx);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster context.getCurrentHandler().text(value);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster return ;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster } catch (RuntimeException e) {
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster handleUnexpectedTextException(value, e);
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster }
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster break;
}
}
}
}