public static class EncryptionProperties.KeyStore extends Object
| 构造器和说明 |
|---|
KeyStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias()
Secret protecting the key (defaults to the same as the authkey).
|
org.springframework.core.io.Resource |
getLocation() |
void |
setAlias(String alias) |
void |
setLocation(org.springframework.core.io.Resource location) |
public String getAlias()
public void setAlias(String alias)
public org.springframework.core.io.Resource getLocation()
public void setLocation(org.springframework.core.io.Resource location)
Copyright © 2023. All rights reserved.