Searched refs:encoding (Results 226 - 250 of 543) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKeyStore.java166 byte[] encoding = chain[i].getEncoded();
168 storeCertificate(getName(), alias, encoding,
169 encoding.length, privateKey.getHCryptProvider(),
173 storeCertificate(getName(), alias, encoding,
174 encoding.length, 0L, 0L); // no private key to attach
183 * Used to create an X.509 certificate from its DER-encoding.
541 byte[] encoding = certChain[0].getEncoded();
542 removeCertificate(getName(), alias, encoding,
543 encoding.length);
889 * @param encoding DE
891 storeCertificate(String name, String alias, byte[] encoding, int encodingLength, long hCryptProvider, long hCryptKey) argument
902 removeCertificate(String name, String alias, byte[] encoding, int encodingLength) argument
[all...]
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_md.c142 *encoding = NULL; local
166 * the encoding - without it, we wouldn't get ISO-8859-15.
185 * <language name>_<country name>.<encoding name>@<variant name>
186 * <country name>, <encoding name>, and <variant name> are optional.
193 /* Parse the language, country, encoding, and variant from the
195 * in the order language_country.encoding@variant, and must be
198 * If the locale name (without .encoding@variant, if any) matches
234 if ((encoding = strchr(p, '.')) != NULL) {
235 p[encoding++ - p] = '\0';
236 p = encoding;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java271 * Allow Java encoding names. This feature identifier is:
585 * @return the encoding of the new entity or null if a character stream was employed
595 String encoding = xmlInputSource.getEncoding();
596 final boolean encodingExternallySpecified = (encoding != null);
640 // REVISIT: If the URLConnection has external encoding
659 // perform auto-detect of encoding if necessary
660 if (encoding == null) {
661 // read first four bytes and determine encoding
669 encoding = (String)(encodingDesc[0]);
676 if (count > 2 && encoding
2310 createReader(InputStream inputStream, String encoding, Boolean isBigEndian) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java67 * @param encoding The auto-detected IANA encoding name of the entity
69 * where the entity encoding is not auto-detected (e.g.
76 public void startDocument(XMLLocator locator, String encoding, argument
87 * @param encoding The IANA encoding name of the document, or null if
95 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
202 * @param encoding The auto-detected IANA encoding name of the entity
204 * where the entity encoding i
211 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
235 textDecl(String version, String encoding, Augmentations augs) argument
378 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java99 * @param encoding The auto-detected IANA encoding name of the entity
101 * where the entity encoding is not auto-detected (e.g.
117 public void startDocument(XMLLocator locator, String encoding, argument
128 * @param encoding The IANA encoding name of the document, or null if
135 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
261 * @param encoding The auto-detected IANA encoding name of the entity
263 * where the entity encoding i
270 startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
294 textDecl(String version, String encoding, Augmentations augs) argument
421 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DTypeCodeInputStream.java26 package com.sun.corba.se.impl.encoding;
62 import com.sun.corba.se.impl.encoding.CodeSetConversion;
63 import com.sun.corba.se.impl.encoding.CDRInputStream;
64 import com.sun.corba.se.impl.encoding.CDROutputStream;
65 import com.sun.corba.se.impl.encoding.MarshalInputStream;
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DChecksum.java207 * @param encoding a single DER-encoded value.
213 private Checksum(DerValue encoding) throws Asn1Exception, IOException { argument
215 if (encoding.getTag() != DerValue.tag_Sequence) {
218 der = encoding.getData().getDerValue();
224 der = encoding.getData().getDerValue();
230 if (encoding.getData().available() > 0) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DEncKDCRepPart.java119 public EncKDCRepPart(DerValue encoding, int rep_type) argument
121 init(encoding, rep_type);
127 * @param encoding a single DER-encoded value.
133 protected void init(DerValue encoding, int rep_type) argument
138 msgType = (encoding.getTag() & (byte) 0x1F);
143 der = encoding.getData().getDerValue();
216 //should use the rep_type to build the encoding
H A DPAData.java86 * @param encoding a Der-encoded data.
90 public PAData(DerValue encoding) throws Asn1Exception, IOException { argument
92 if (encoding.getTag() != DerValue.tag_Sequence) {
95 der = encoding.getData().getDerValue();
101 der = encoding.getData().getDerValue();
105 if (encoding.getData().available() > 0)
114 * @exception Asn1Exception on encoding errors.
149 * @throws Asn1Exception|IOException if there is an encoding error
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DWriterUtility.java48 public static final String DEFAULT_ENCODING = " encoding=\"utf-8\"";
244 String encoding = SecuritySupport.getSystemProperty("file.encoding");
245 if(encoding != null){
246 return Charset.forName(encoding).newEncoder();
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java351 * @param encoding the encoding style
356 public abstract StartDocument createStartDocument(String encoding, argument
363 * @param encoding the encoding style
367 public abstract StartDocument createStartDocument(String encoding, argument
373 * @param encoding the encoding style
376 public abstract StartDocument createStartDocument(String encoding); argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.hpp145 return LIR_OprFact::single_fpu(r->encoding());
148 return LIR_OprFact::double_fpu(r->successor()->encoding(), r->encoding());
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DPrimitiveCoderDescriptor.java61 public static PrimitiveCoderDescriptor createCoderDescriptorFor(final char encoding) { argument
62 switch(encoding) {
81 default: throw new RuntimeException("unknown encoding: " + encoding);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java373 protected CharacterEscapeHandler createEscapeHandler( String encoding ) {
378 if( encoding.startsWith("UTF") )
383 // otherwise try to find one from the encoding
386 return new NioEscapeHandler( getJavaEncoding(encoding) );
393 public XmlOutput createWriter( Writer w, String encoding ) {
401 CharacterEscapeHandler ceh = createEscapeHandler(encoding);
405 DataWriter d = new DataWriter(w,encoding,ceh);
409 xw = new XMLWriter(w,encoding,ceh);
424 public XmlOutput createWriter( OutputStream os, String encoding ) throws JAXBException {
429 if(encoding
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyUtil.java32 import com.sun.xml.internal.ws.encoding.policy.FastInfosetFeatureConfigurator;
33 import com.sun.xml.internal.ws.encoding.policy.MtomFeatureConfigurator;
34 import com.sun.xml.internal.ws.encoding.policy.SelectOptimalEncodingFeatureConfigurator;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocImpl.java179 String encoding = env.getEncoding();
180 String rawDoc = (encoding!=null)
181 ? new String(filecontents, encoding)
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventFactoryImpl.java156 public javax.xml.stream.events.StartDocument createStartDocument(String encoding) { argument
157 StartDocumentEvent event = new StartDocumentEvent(encoding);
162 public javax.xml.stream.events.StartDocument createStartDocument(String encoding, String version) { argument
163 StartDocumentEvent event = new StartDocumentEvent(encoding, version);
168 public javax.xml.stream.events.StartDocument createStartDocument(String encoding, String version, boolean standalone) { argument
169 StartDocumentEvent event = new StartDocumentEvent(encoding, version, standalone);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DXMLHTTPBindingCodec.java26 package com.sun.xml.internal.ws.encoding;
35 import com.sun.xml.internal.ws.encoding.xml.XMLCodec;
36 import com.sun.xml.internal.ws.encoding.xml.XMLMessage;
37 import com.sun.xml.internal.ws.encoding.xml.XMLMessage.MessageDataSource;
38 import com.sun.xml.internal.ws.encoding.xml.XMLMessage.UnknownContent;
39 import com.sun.xml.internal.ws.encoding.xml.XMLMessage.XMLMultiPart;
182 * Reset the encoding state when on the server side for each
352 Class c = Class.forName("com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetCodec");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMEntityResolverWrapper.java129 String encoding = inputSource.getEncoding();
149 xmlInputSource.setEncoding(encoding);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDHandler.java83 * @param encoding The auto-detected IANA encoding name of the entity
85 * where the entity encoding is not auto-detected (e.g.
94 String encoding,
105 * @param encoding The IANA encoding name of the entity.
111 public void textDecl(String version, String encoding, argument
92 startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations) argument
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateFactory.java313 * may be supplied in binary or printable (Base64) encoding. If the
314 * certificate is provided in Base64 encoding, it must be bounded at
344 * by this certificate factory, with the default encoding first. See
348 * for information about standard encoding names and their formats.
365 * is assumed to be in the default encoding. The name of the default
366 * encoding is the first element of the <code>Iterator</code> returned by
384 * is assumed to be in the specified encoding. See
388 * for information about standard encoding names and their formats.
391 * @param encoding the encoding use
398 generateCertPath(InputStream inStream, String encoding) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A DMain.java67 // current script file encoding selected
135 } else if (arg.equals("-encoding")) {
192 * @param encoding script file encoding
196 final String encoding) {
200 processSource(se, fileName, encoding);
245 * @param encoding script file encoding, can be null
248 String encoding) {
285 evaluateStream(se, fis, filename, encoding);
194 addFileSource(final ScriptEngine se, final String fileName, final String encoding) argument
247 processSource(ScriptEngine se, String filename, String encoding) argument
352 evaluateStream(ScriptEngine se, InputStream is, String name, String encoding) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DIndentingXMLStreamWriter.java141 public void writeStartDocument(String encoding, String version) throws XMLStreamException { argument
142 super.writeStartDocument(encoding, version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDataSourceDispatch.java36 import com.sun.xml.internal.ws.encoding.xml.XMLMessage;
37 import com.sun.xml.internal.ws.encoding.xml.XMLMessage.MessageDataSource;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLCodec.java26 package com.sun.xml.internal.ws.encoding.xml;
34 import com.sun.xml.internal.ws.encoding.ContentTypeImpl;

Completed in 65 milliseconds

1234567891011>>