类 Base64

  • 所有已实现的接口:
    ICrypto

    public class Base64
    extends java.lang.Object
    implements ICrypto
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      byte[] decode()
      decode
      byte[] encode()
      encode
      byte[] getData()
      get data
      ICrypto setData​(byte[] src)
      set data
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Base64

        public Base64​(byte[] src)
      • Base64

        public Base64​(ICrypto c)
    • 方法详细资料

      • encode

        public byte[] encode()
        从接口复制的说明: ICrypto
        encode
        指定者:
        encode 在接口中 ICrypto
        返回:
      • decode

        public byte[] decode()
        从接口复制的说明: ICrypto
        decode
        指定者:
        decode 在接口中 ICrypto
        返回:
      • getData

        public byte[] getData()
        从接口复制的说明: ICrypto
        get data
        指定者:
        getData 在接口中 ICrypto
        返回: