
com.star.security.Padding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
some utility class for java develop
The newest version!
package com.star.security;
/**
* 补码方式
*
* @author Looly
* @see Cipher章节
* @since 3.0.8
*/
public enum Padding {
/**
* 无补码
*/
NoPadding,
ISO10126Padding,
OAEPPadding,
PKCS1Padding,
PKCS5Padding,
SSL3Padding
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy