public class BasicInlineCredentialFactoryBean extends AbstractBasicCredentialFactoryBean
AbstractBasicCredentialFactoryBean.SecretKeyEncoding| Modifier and Type | Field and Description |
|---|---|
private byte[] |
privateKeyInfo
Configured private key Info.
|
private byte[] |
publicKeyInfo
Configured public key Info.
|
private byte[] |
secretKeyInfo
Configured secret key Info.
|
| Constructor and Description |
|---|
BasicInlineCredentialFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected PrivateKey |
getPrivateKey()
Get the configured Private key.
|
byte[] |
getPrivateKeyInfo()
Get the information used to generate the private key.
|
protected PublicKey |
getPublicKey()
return the configured Public Key.
|
byte[] |
getPublicKeyInfo()
Get the information used to generate the public key.
|
protected SecretKey |
getSecretKey()
return the configured Secret Key.
|
byte[] |
getSecretKeyInfo()
Get the information used to generate the secret key.
|
void |
setPrivateKeyInfo(byte[] info)
Set the information used to generate the private key.
|
void |
setPublicKeyInfo(byte[] info)
Set the information used to generate the public key.
|
void |
setSecretKeyInfo(byte[] 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, destroyInstance@Nullable private byte[] publicKeyInfo
@Nullable private byte[] privateKeyInfo
@Nullable private byte[] secretKeyInfo
@Nullable public byte[] getPublicKeyInfo()
public void setPublicKeyInfo(@Nullable byte[] info)
info - The info to set.@Nullable public byte[] getPrivateKeyInfo()
public void setPrivateKeyInfo(@Nullable byte[] info)
info - The info to set.@Nullable public byte[] getSecretKeyInfo()
public void setSecretKeyInfo(@Nullable byte[] 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.