Home
last modified time | relevance | path

Searched refs:algorithmURI (Results 1 – 25 of 101) sorted by relevance

12345

/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/algorithms/
H A DSignatureAlgorithm.java60 private final String algorithmURI; field in SignatureAlgorithm
70 super(doc, algorithmURI); in SignatureAlgorithm()
71 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
86 Document doc, String algorithmURI, int hmacOutputLength in SignatureAlgorithm() argument
88 super(doc, algorithmURI); in SignatureAlgorithm()
89 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
121 algorithmURI = this.getURI(); in SignatureAlgorithm()
130 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
146 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java65 private final String algorithmURI; field in SignatureAlgorithm
75 this(doc, algorithmURI, null); in SignatureAlgorithm()
79 this(doc, algorithmURI, provider, null); in SignatureAlgorithm()
83 super(doc, algorithmURI); in SignatureAlgorithm()
84 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
110 super(doc, algorithmURI); in SignatureAlgorithm()
111 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
152 algorithmURI = this.getURI(); in SignatureAlgorithm()
161 Object[] exArgs = { algorithmURI }; in SignatureAlgorithm()
179 Object[] exArgs = { algorithmURI }; in getSignatureAlgorithmSpi()
[all …]
H A DJCEMapper.java249 Algorithm algorithm = getAlgorithm(algorithmURI); in translateURItoJCEID()
262 Algorithm algorithm = getAlgorithm(algorithmURI); in getAlgorithmClassFromURI()
275 public static int getKeyLengthFromURI(String algorithmURI) { in getKeyLengthFromURI() argument
276 Algorithm algorithm = getAlgorithm(algorithmURI); in getKeyLengthFromURI()
283 public static int getIVLengthFromURI(String algorithmURI) { in getIVLengthFromURI() argument
284 Algorithm algorithm = getAlgorithm(algorithmURI); in getIVLengthFromURI()
298 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEKeyAlgorithmFromURI()
312 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEProviderFromURI()
326 LOG.debug("Request for URI {}", algorithmURI); in getAlgorithm()
328 if (algorithmURI != null) { in getAlgorithm()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java65 private final String algorithmURI; field in SignatureAlgorithm
75 this(doc, algorithmURI, null); in SignatureAlgorithm()
79 this(doc, algorithmURI, provider, null); in SignatureAlgorithm()
83 super(doc, algorithmURI); in SignatureAlgorithm()
84 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
110 super(doc, algorithmURI); in SignatureAlgorithm()
111 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
152 algorithmURI = this.getURI(); in SignatureAlgorithm()
161 Object[] exArgs = { algorithmURI }; in SignatureAlgorithm()
179 Object[] exArgs = { algorithmURI }; in getSignatureAlgorithmSpi()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java65 private final String algorithmURI; field in SignatureAlgorithm
75 this(doc, algorithmURI, null); in SignatureAlgorithm()
79 this(doc, algorithmURI, provider, null); in SignatureAlgorithm()
83 super(doc, algorithmURI); in SignatureAlgorithm()
84 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
110 super(doc, algorithmURI); in SignatureAlgorithm()
111 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
152 algorithmURI = this.getURI(); in SignatureAlgorithm()
161 Object[] exArgs = { algorithmURI }; in SignatureAlgorithm()
179 Object[] exArgs = { algorithmURI }; in getSignatureAlgorithmSpi()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
341 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
H A DJCEMapper.java210 Algorithm algorithm = getAlgorithm(algorithmURI); in translateURItoJCEID()
223 Algorithm algorithm = getAlgorithm(algorithmURI); in getAlgorithmClassFromURI()
236 public static int getKeyLengthFromURI(String algorithmURI) { in getKeyLengthFromURI() argument
237 Algorithm algorithm = getAlgorithm(algorithmURI); in getKeyLengthFromURI()
244 public static int getIVLengthFromURI(String algorithmURI) { in getIVLengthFromURI() argument
245 Algorithm algorithm = getAlgorithm(algorithmURI); in getIVLengthFromURI()
259 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEKeyAlgorithmFromURI()
273 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEProviderFromURI()
287 LOG.debug("Request for URI {}", algorithmURI); in getAlgorithm()
289 if (algorithmURI != null) { in getAlgorithm()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
342 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java62 private final String algorithmURI; field in SignatureAlgorithm
72 super(doc, algorithmURI); in SignatureAlgorithm()
73 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
90 super(doc, algorithmURI); in SignatureAlgorithm()
91 this.algorithmURI = algorithmURI; in SignatureAlgorithm()
123 algorithmURI = this.getURI(); in SignatureAlgorithm()
132 Object exArgs[] = { algorithmURI }; in SignatureAlgorithm()
148 algorithmHash.get(algorithmURI); in getSignatureAlgorithmSpi()
151 Object exArgs[] = { algorithmURI }; in getSignatureAlgorithmSpi()
341 algorithmHash.put(algorithmURI, clazz); in register()
[all …]
H A DJCEMapper.java210 Algorithm algorithm = getAlgorithm(algorithmURI); in translateURItoJCEID()
223 Algorithm algorithm = getAlgorithm(algorithmURI); in getAlgorithmClassFromURI()
236 public static int getKeyLengthFromURI(String algorithmURI) { in getKeyLengthFromURI() argument
237 Algorithm algorithm = getAlgorithm(algorithmURI); in getKeyLengthFromURI()
244 public static int getIVLengthFromURI(String algorithmURI) { in getIVLengthFromURI() argument
245 Algorithm algorithm = getAlgorithm(algorithmURI); in getIVLengthFromURI()
259 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEKeyAlgorithmFromURI()
273 Algorithm algorithm = getAlgorithm(algorithmURI); in getJCEProviderFromURI()
287 LOG.debug("Request for URI {}", algorithmURI); in getAlgorithm()
289 if (algorithmURI != null) { in getAlgorithm()
[all …]
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/transforms/
H A DTransform.java89 this(doc, algorithmURI, (NodeList)null); in Transform()
148 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
155 Object exArgs[] = { algorithmURI }; in Transform()
161 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
189 Object exArgs[] = { algorithmURI, transformSpi }; in register()
195 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
212 Object exArgs[] = { algorithmURI, transformSpi }; in register()
333 Object exArgs[] = { algorithmURI }; in initializeTransform()
340 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
171 Object exArgs[] = { algorithmURI }; in Transform()
197 Object exArgs[] = { algorithmURI, transformSpi }; in register()
203 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
223 Object exArgs[] = { algorithmURI, transformSpi }; in register()
345 Object exArgs[] = { algorithmURI }; in initializeTransform()
354 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
164 Object exArgs[] = { algorithmURI }; in Transform()
169 Object exArgs[] = { algorithmURI }; in Transform()
195 Object exArgs[] = { algorithmURI, transformSpi }; in register()
201 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
221 Object exArgs[] = { algorithmURI, transformSpi }; in register()
343 Object exArgs[] = { algorithmURI }; in initializeTransform()
350 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
171 Object exArgs[] = { algorithmURI }; in Transform()
197 Object exArgs[] = { algorithmURI, transformSpi }; in register()
203 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
223 Object exArgs[] = { algorithmURI, transformSpi }; in register()
345 Object exArgs[] = { algorithmURI }; in initializeTransform()
354 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
171 Object exArgs[] = { algorithmURI }; in Transform()
197 Object exArgs[] = { algorithmURI, transformSpi }; in register()
203 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
223 Object exArgs[] = { algorithmURI, transformSpi }; in register()
345 Object exArgs[] = { algorithmURI }; in initializeTransform()
354 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
171 Object exArgs[] = { algorithmURI }; in Transform()
197 Object exArgs[] = { algorithmURI, transformSpi }; in register()
203 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
223 Object exArgs[] = { algorithmURI, transformSpi }; in register()
345 Object exArgs[] = { algorithmURI }; in initializeTransform()
354 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
166 Object exArgs[] = { algorithmURI }; in Transform()
171 Object exArgs[] = { algorithmURI }; in Transform()
197 Object exArgs[] = { algorithmURI, transformSpi }; in register()
203 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
223 Object exArgs[] = { algorithmURI, transformSpi }; in register()
345 Object exArgs[] = { algorithmURI }; in initializeTransform()
354 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java92 this(doc, algorithmURI, (NodeList)null); in Transform()
151 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
158 Object exArgs[] = { algorithmURI }; in Transform()
164 Object exArgs[] = { algorithmURI }; in Transform()
169 Object exArgs[] = { algorithmURI }; in Transform()
195 Object exArgs[] = { algorithmURI, transformSpi }; in register()
201 transformSpiHash.put(algorithmURI, transformSpiClass); in register()
221 Object exArgs[] = { algorithmURI, transformSpi }; in register()
343 Object exArgs[] = { algorithmURI }; in initializeTransform()
350 Object exArgs[] = { algorithmURI }; in initializeTransform()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java91 this(doc, algorithmURI, (NodeList)null); in Transform()
108 setLocalAttribute(Constants._ATT_ALGORITHM, algorithmURI); in Transform()
109 transformSpi = initializeTransform(algorithmURI); in Transform()
140 transformSpi = initializeTransform(algorithmURI); in Transform()
166 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
171 transformSpi = initializeTransform(algorithmURI); in Transform()
195 Object[] exArgs = { algorithmURI, transformSpi }; in register()
204 Object[] exArgs = { algorithmURI }; in register()
229 Object[] exArgs = { algorithmURI, transformSpi }; in register()
235 Object[] exArgs = { algorithmURI }; in register()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java91 this(doc, algorithmURI, (NodeList)null); in Transform()
108 setLocalAttribute(Constants._ATT_ALGORITHM, algorithmURI); in Transform()
109 transformSpi = initializeTransform(algorithmURI); in Transform()
140 transformSpi = initializeTransform(algorithmURI); in Transform()
166 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
171 transformSpi = initializeTransform(algorithmURI); in Transform()
195 Object[] exArgs = { algorithmURI, transformSpi }; in register()
204 Object[] exArgs = { algorithmURI }; in register()
229 Object[] exArgs = { algorithmURI, transformSpi }; in register()
235 Object[] exArgs = { algorithmURI }; in register()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java91 this(doc, algorithmURI, (NodeList)null); in Transform()
108 setLocalAttribute(Constants._ATT_ALGORITHM, algorithmURI); in Transform()
109 transformSpi = initializeTransform(algorithmURI); in Transform()
140 transformSpi = initializeTransform(algorithmURI); in Transform()
166 if (algorithmURI == null || algorithmURI.length() == 0) { in Transform()
171 transformSpi = initializeTransform(algorithmURI); in Transform()
195 Object[] exArgs = { algorithmURI, transformSpi }; in register()
204 Object[] exArgs = { algorithmURI }; in register()
229 Object[] exArgs = { algorithmURI, transformSpi }; in register()
235 Object[] exArgs = { algorithmURI }; in register()
[all …]

12345