Searched refs:KeySize (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionMethodType.java21 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize}
81 * Java content class for KeySize element declaration.
85 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType"/>
89 public interface KeySize interface in interface:EncryptionMethodType
H A DObjectFactory.java57 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
417 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
429 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionMethodType.java21 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
72 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize}
81 * Java content class for KeySize element declaration.
85 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType"/>
89 public interface KeySize interface in interface:EncryptionMethodType
H A DObjectFactory.java43 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
237 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
249 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/
H A DEncryptionMethodType.java21 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
73 * {@link com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize}
81 * Java content class for KeySize element declaration.
85 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType"/>
89 public interface KeySize interface in interface:EncryptionMethodType
H A DObjectFactory.java57 defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.liberty.ws.common.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
417 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
429 public com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/
H A DEncryptionMethodType.java21 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType" minOccurs="0"/>
72 * {@link com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize}
81 * Java content class for KeySize element declaration.
85 * <element name="KeySize" type="{http://www.w3.org/2001/04/xmlenc#}KeySizeType"/>
89 public interface KeySize interface in interface:EncryptionMethodType
H A DObjectFactory.java43 defaultImplementations.put((com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class), "com.sun.identity.saml2.jaxb.xmlenc.impl.EncryptionMethodTypeImpl$KeySizeImpl");
237 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize()
249 public com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize createEncryptionMethodTypeKeySize(java.math.BigInteger value)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java309 if (cObject instanceof EncryptionMethodType.KeySize) {
311 ((EncryptionMethodType.KeySize)(cList.get(0))).
545 ((EncryptionMethodType.KeySize)(cList.get(0))).
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs285 symAlg.KeySize = 128;
290 symAlg.KeySize = 192;
295 symAlg.KeySize = 256;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs342 symAlg.KeySize = 128;
347 symAlg.KeySize = 192;
352 symAlg.KeySize = 256;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java323 if (cObject instanceof EncryptionMethodType.KeySize) {
325 ((EncryptionMethodType.KeySize)(cList.get(0))).
559 ((EncryptionMethodType.KeySize)(cList.get(0))).
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java201 public static class KeySizeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize, 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
216 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
224 return "KeySize";
242 context.startElement("http://www.w3.org/2001/04/xmlenc#", "KeySize");
264 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
351 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
371 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
724 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
784 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java201 public static class KeySizeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize, 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
216 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
224 return "KeySize";
242 context.startElement("http://www.w3.org/2001/04/xmlenc#", "KeySize");
264 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
351 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
374 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
769 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
776 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java201 public static class KeySizeImpl implements com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize, 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
216 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
224 return "KeySize";
242 context.startElement("http://www.w3.org/2001/04/xmlenc#", "KeySize");
264 return (com.sun.identity.liberty.ws.common.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
351 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
371 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
724 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
784 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/xmlenc/impl/
H A DEncryptionMethodTypeImpl.java201 public static class KeySizeImpl implements com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize, 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
216 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
224 return "KeySize";
242 context.startElement("http://www.w3.org/2001/04/xmlenc#", "KeySize");
264 return (com.sun.identity.saml2.jaxb.xmlenc.EncryptionMethodType.KeySize.class);
351 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
374 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
769 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
776 if (("KeySize" == ___local)&&("http://www.w3.org/2001/04/xmlenc#" == ___uri)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java1742 EncryptionMethodType.KeySize keysizeElem =
1743 (EncryptionMethodType.KeySize)
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DSAMLv2ModelImpl.java1742 EncryptionMethodType.KeySize keysizeElem =
1743 (EncryptionMethodType.KeySize)

Completed in 151 milliseconds