Class UstraJwtAuthenticationProperties.Encryption
java.lang.Object
com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties.Encryption
- Enclosing class:
- UstraJwtAuthenticationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean비공개 키공개 키getType()암호화 유형inthashCode()booleanisUseJws()JWS 평문 사용 여부voidsetPrivateKey(String privateKey) 비공개 키voidsetPublicKey(String publicKey) 공개 키void암호화 유형voidsetUseJws(boolean useJws) JWS 평문 사용 여부toString()
-
Constructor Details
-
Encryption
public Encryption()
-
-
Method Details
-
getType
암호화 유형 -
getPublicKey
공개 키 -
getPrivateKey
비공개 키 -
isUseJws
public boolean isUseJws()JWS 평문 사용 여부 -
setType
암호화 유형 -
setPublicKey
공개 키 -
setPrivateKey
비공개 키 -
setUseJws
public void setUseJws(boolean useJws) JWS 평문 사용 여부 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-