public static class EncryptionProperties.EncoderType extends Object
| 构造器和说明 |
|---|
EncoderType() |
| 限定符和类型 | 方法和说明 |
|---|---|
EncryptionProperties.BCryptAuthkey |
getBcrypt() |
EncryptionProperties.Pbkdf2Authkey |
getPbkdf2() |
EncryptionProperties.SCryptAuthkey |
getScrypt() |
EncryptionProperties.StandardAuthkey |
getStandard() |
String |
getType() |
void |
setBcrypt(EncryptionProperties.BCryptAuthkey bcrypt) |
void |
setPbkdf2(EncryptionProperties.Pbkdf2Authkey pbkdf2) |
void |
setScrypt(EncryptionProperties.SCryptAuthkey scrypt) |
void |
setStandard(EncryptionProperties.StandardAuthkey standard) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public EncryptionProperties.StandardAuthkey getStandard()
public void setStandard(EncryptionProperties.StandardAuthkey standard)
public EncryptionProperties.BCryptAuthkey getBcrypt()
public void setBcrypt(EncryptionProperties.BCryptAuthkey bcrypt)
public EncryptionProperties.Pbkdf2Authkey getPbkdf2()
public void setPbkdf2(EncryptionProperties.Pbkdf2Authkey pbkdf2)
public EncryptionProperties.SCryptAuthkey getScrypt()
public void setScrypt(EncryptionProperties.SCryptAuthkey scrypt)
Copyright © 2023. All rights reserved.