-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Encrypter
public class Encrypter.CipherEncrypter implements Encrypter
基于密码器的加密器。支持解密。需要指定密钥。
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtransformation
-
Constructor Summary
Constructors Constructor Description Encrypter.CipherEncrypter(String transformation)
-
Method Summary
-
-
Constructor Detail
-
Encrypter.CipherEncrypter
Encrypter.CipherEncrypter(String transformation)
-
-
-
-