com.atlassian.security.auth.trustedapps
Class Transcoder.Base64Transcoder

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.Transcoder.Base64Transcoder
All Implemented Interfaces:
com.atlassian.security.auth.trustedapps.Transcoder
Enclosing class:
com.atlassian.security.auth.trustedapps.Transcoder

public static class Transcoder.Base64Transcoder
extends java.lang.Object
implements com.atlassian.security.auth.trustedapps.Transcoder

Standard implemetation.


Nested Class Summary
static class Transcoder.Base64Transcoder
          Standard implemetation.
 
Constructor Summary
Transcoder.Base64Transcoder()
           
 
Method Summary
 byte[] decode(java.lang.String encoded)
           
 java.lang.String encode(byte[] data)
           
 byte[] getBytes(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transcoder.Base64Transcoder

public Transcoder.Base64Transcoder()
Method Detail

encode

public java.lang.String encode(byte[] data)
Specified by:
encode in interface com.atlassian.security.auth.trustedapps.Transcoder

decode

public byte[] decode(java.lang.String encoded)
Specified by:
decode in interface com.atlassian.security.auth.trustedapps.Transcoder

getBytes

public byte[] getBytes(java.lang.String data)
Specified by:
getBytes in interface com.atlassian.security.auth.trustedapps.Transcoder


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.