Package 

Class Base64CodecImpl

  • All Implemented Interfaces:
    com.yubico.yubikit.core.internal.codec.Base64Codec

    
    public class Base64CodecImpl
     implements Base64Codec
                        
    • Method Summary

      Modifier and Type Method Description
      String toUrlSafeString(Array<byte> data)
      String toString(Array<byte> data)
      Array<byte> fromUrlSafeString(String data)
      Array<byte> fromString(String data)
      • Methods inherited from class com.yubico.yubikit.core.internal.codec.Base64Codec

        fromString, fromUrlSafeString, toUrlSafeString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait