Searched defs:base64 (Results 1 - 3 of 3) sorted by relevance

/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 51 milliseconds