public interface SAML2CryptoProviderFactory
Modifier and Type | Method and Description |
---|---|
SAML2CryptoProvider |
createSAML2CryptoProvider(SAML2Config config)
Return the SAML2CryptoProvider encapsulating the crypto context corresponding to the SAML2Config state
|
SAML2CryptoProvider createSAML2CryptoProvider(SAML2Config config) throws TokenCreationException
config
- the SAML2Config instance corresponding to the STS instance consuming the token service.TokenCreationException
- if the crypto provider could not be instantiated - usually due to incorrect KeyStore
configuration state.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.