public class BasicResourceCredentialFactoryBean extends AbstractBasicCredentialFactoryBean
AbstractBasicCredentialFactoryBean.SecretKeyEncoding| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
log.
|
private org.springframework.core.io.Resource |
privateKeyInfo
Configured private key Info.
|
private org.springframework.core.io.Resource |
publicKeyInfo
Configured public key Info.
|
private org.springframework.core.io.Resource |
secretKeyInfo
Configured secret key Info.
|
| Constructor and Description |
|---|
BasicResourceCredentialFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected PrivateKey |
getPrivateKey()
Get the configured Private key.
|
org.springframework.core.io.Resource |
getPrivateKeyInfo()
Get the information used to generate the private key.
|
protected PublicKey |
getPublicKey()
return the configured Public Key.
|
org.springframework.core.io.Resource |
getPublicKeyInfo()
Get the information used to generate the public key.
|
protected SecretKey |
getSecretKey()
return the configured Secret Key.
|
org.springframework.core.io.Resource |
getSecretKeyInfo()
Get the information used to generate the secret key.
|
void |
setPrivateKeyInfo(org.springframework.core.io.Resource info)
Set the information used to generate the private key.
|
void |
setPublicKeyInfo(org.springframework.core.io.Resource info)
Set the information used to generate the public key.
|
void |
setSecretKeyInfo(org.springframework.core.io.Resource info)
Set the information used to generate the secret key.
|
decodeSecretKey, decodeSecretKey, doCreateInstance, getObjectType, getSecretKeyAlgorithm, getSecretKeyEncoding, setSecretKeyAlgorithm, setSecretKeyEncodinggetConfigDescription, getEntityID, getKeyNames, getPrivateKeyPassword, getUsageType, setConfigDescription, setEntityID, setKeyNames, setPrivateKeyPassword, setUsageTypecreateInstance, destroyInstanceprivate final org.slf4j.Logger log
@Nullable private org.springframework.core.io.Resource publicKeyInfo
@Nullable private org.springframework.core.io.Resource privateKeyInfo
@Nullable private org.springframework.core.io.Resource secretKeyInfo
@Nullable public org.springframework.core.io.Resource getPublicKeyInfo()
public void setPublicKeyInfo(@Nullable org.springframework.core.io.Resource info)
info - The info to set.@Nullable public org.springframework.core.io.Resource getPrivateKeyInfo()
public void setPrivateKeyInfo(@Nullable org.springframework.core.io.Resource info)
info - The info to set.@Nullable public org.springframework.core.io.Resource getSecretKeyInfo()
public void setSecretKeyInfo(@Nullable org.springframework.core.io.Resource info)
info - The info to set.@Nullable protected PublicKey getPublicKey()
getPublicKey in class AbstractBasicCredentialFactoryBean@Nullable protected PrivateKey getPrivateKey()
getPrivateKey in class AbstractBasicCredentialFactoryBean@Nullable protected SecretKey getSecretKey()
getSecretKey in class AbstractBasicCredentialFactoryBeanCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.