Searched refs:base64 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/security/util/Oid/
H A DS11N.java142 String[] base64 = encoder.encodeBuffer(out(oid)).split("\n");
144 for (int i = 0; i<base64.length; i++) {
145 System.out.print(" \"" + base64[i] + "\"");
146 if (i == base64.length - 1) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DBase64.java226 static final int base64[]= { field in class:Base64
254 int v = base64[ chars[i] & 0xFF ];
258 System.out.println("Wrong char in base64: " + chars[i]);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DBase64.java187 * base64 encoded BigInteger to the Element.
241 * @return an Element with the base64 encoded in the text.
259 * @param base64
260 * @return the UTF bytes of the base64
264 public final static byte[] decode(byte[] base64) throws Base64DecodingException { argument
265 return decodeInternal(base64, -1);
274 * @param binaryData <code>byte[]<code> to be base64 encoded
484 * @param encoded String containing base64 encoded data
776 * @param data the byte array of base64 data (with WS)
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1958 private RMIServer findRMIServerJRMP(String base64, Map<String, ?> env, boolean isIiop) argument
1963 serialized = base64ToByteArray(base64);
2414 // Translate all full groups from base64 to byte array elements

Completed in 303 milliseconds