public static class KeyProperties.Rsa extends Object
Constructor and Description |
---|
Rsa() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.rsa.crypto.RsaAlgorithm |
getAlgorithm() |
String |
getSalt() |
boolean |
isStrong() |
void |
setAlgorithm(org.springframework.security.rsa.crypto.RsaAlgorithm algorithm) |
void |
setSalt(String salt) |
void |
setStrong(boolean strong) |
public org.springframework.security.rsa.crypto.RsaAlgorithm getAlgorithm()
public void setAlgorithm(org.springframework.security.rsa.crypto.RsaAlgorithm algorithm)
public boolean isStrong()
public void setStrong(boolean strong)
public String getSalt()
public void setSalt(String salt)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.