Package 

Class Encrypters.CipherEncrypter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Encrypter

    
    public class Encrypters.CipherEncrypter
    extends AbstractEncrypter
                        

    基于密码器的加密器。支持解密。需要指定密钥。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTransformation()
      String getComponentId()
      Map<String, Object> getComponentParams()
      ByteArray encrypt(ByteArray value, ByteArray secret) 加密指定的字节数组。
      ByteArray decrypt(ByteArray value, ByteArray secret) 解密指定的字节数组。某些加密算法可能不支持解密。
      • Methods inherited from class icu.windea.breezeframework.core.component.Encrypters.CipherEncrypter

        equals, hashCode, toString
      • Methods inherited from class icu.windea.breezeframework.core.component.AbstractEncrypter

        componentCopy
      • Methods inherited from class icu.windea.breezeframework.core.component.Encrypter

        componentEquals, componentHashcode, componentToString
      • Methods inherited from class java.lang.Object

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