Searched refs:KANonce (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DAgreementMethodType.java76 * {@link com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce}
91 public interface KANonce interface in interface:AgreementMethodType
H A DObjectFactory.java40 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl$KANonceImpl");
189 public com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce()
201 public com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value)
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DAgreementMethodType.java76 * {@link com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce}
91 public interface KANonce interface in interface:AgreementMethodType
H A DObjectFactory.java40 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.AgreementMethodTypeImpl$KANonceImpl");
189 public com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce()
201 public com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value)
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DAgreementMethodType.java76 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce}
91 public interface KANonce interface in interface:AgreementMethodType
H A DObjectFactory.java50 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.AgreementMethodTypeImpl$KANonceImpl");
321 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce()
333 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value)
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DAgreementMethodType.java76 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce}
91 public interface KANonce interface in interface:AgreementMethodType
H A DObjectFactory.java50 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.AgreementMethodTypeImpl$KANonceImpl");
321 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce()
333 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce createAgreementMethodTypeKANonce(byte[] value)
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DAgreementMethodTypeImpl.java205 public static class KANonceImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce, 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
220 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class);
268 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class);
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DAgreementMethodTypeImpl.java204 public static class KANonceImpl implements com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce, 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
219 return (com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class);
267 return (com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DAgreementMethodTypeImpl.java205 public static class KANonceImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce, 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
220 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class);
268 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.AgreementMethodType.KANonce.class);
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DAgreementMethodTypeImpl.java204 public static class KANonceImpl implements com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce, 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
219 return (com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class);
267 return (com.sun.identity.saml2.jaxb.xmlenc.AgreementMethodType.KANonce.class);

Completed in 81 milliseconds