Modifier and Type | Method and Description |
---|---|
TrustKeyConfigurationException |
PicketLinkLogger.keyStoreConfigurationError(Throwable t)
Creates a
TrustKeyConfigurationException for exceptions raised during the KeyStore configuration. |
TrustKeyConfigurationException |
DefaultPicketLinkLogger.keyStoreConfigurationError(Throwable t) |
TrustKeyConfigurationException |
PicketLinkLogger.trustKeyManagerMissing() |
TrustKeyConfigurationException |
DefaultPicketLinkLogger.trustKeyManagerMissing() |
Modifier and Type | Method and Description |
---|---|
Certificate |
KeyStoreKeyManager.getCertificate(String alias) |
SecretKey |
KeyStoreKeyManager.getEncryptionKey(String domain,
String encryptionAlgorithm,
int keyLength) |
PublicKey |
KeyStoreKeyManager.getPublicKey(String alias) |
PrivateKey |
KeyStoreKeyManager.getSigningKey() |
KeyPair |
KeyStoreKeyManager.getSigningKeyPair() |
PublicKey |
KeyStoreKeyManager.getValidatingKey(String domain)
Get the validating public key Note:: The domain is mapped to an alias in the keystore
|
void |
KeyStoreKeyManager.setAuthProperties(List<AuthPropertyType> authList) |
void |
KeyStoreKeyManager.setValidatingAlias(List<KeyValueType> aliases) |
Modifier and Type | Method and Description |
---|---|
Certificate |
TrustKeyManager.getCertificate(String alias)
Get the certificate given an alias
|
SecretKey |
TrustKeyManager.getEncryptionKey(String domain,
String encryptionAlgorithm,
int keyLength)
Given a domain, obtain a secret key
|
PublicKey |
TrustKeyManager.getPublicKey(String alias)
Get a Public Key given an alias
|
PrivateKey |
TrustKeyManager.getSigningKey()
Get the Signing Key
|
KeyPair |
TrustKeyManager.getSigningKeyPair()
Constructs a
KeyPair instance containing the signing key (PrivateKey ) and associated PublicKey . |
PublicKey |
TrustKeyManager.getValidatingKey(String domain)
Get the Validating Public Key of the domain
|
void |
TrustKeyManager.setAuthProperties(List<AuthPropertyType> authList)
Provide a set of properties used for authentication into the storage of keys - keystore, ldap, db, HSM etc
|
void |
TrustKeyManager.setValidatingAlias(List<KeyValueType> aliases)
Set a list of (domain,alias) tuple to trust domains The alias is a string that represents the validating key
stored for a
domain
|
Modifier and Type | Method and Description |
---|---|
protected PublicKey |
ServiceProviderBaseProcessor.getIDPPublicKey()
Returns the PublicKey to be used to verify signatures for SAML tokens issued by the IDP.
|
protected void |
ServiceProviderBaseProcessor.setRequestOptions(SAML2HandlerRequest saml2HandlerRequest) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.