-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Encrypter
public class Encrypter.DesEncrypter extends Encrypter.CipherEncrypter
基于DES加密算法的加密器。使用8字节的密钥。
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtransformationpublic final static Encrypter.DesEncrypterINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetTransformation()-
-
Method Detail
-
getTransformation
final String getTransformation()
-
-
-
-