Package | Description |
---|---|
com.sun.identity.saml.xmlsig |
Defines KeyProvider interface and default implementation class.
|
com.sun.identity.wss.xmlsig |
Modifier and Type | Class and Description |
---|---|
class |
AMSignatureProvider
SignatureProvider is an interface
to be implemented to sign and verify xml signature
|
Modifier and Type | Method and Description |
---|---|
SignatureProvider |
XMLSignatureManager.getSignatureProvider()
Returns the SignatureProvider
|
Modifier and Type | Method and Description |
---|---|
static XMLSignatureManager |
XMLSignatureManager.getInstance(KeyProvider keyProvider,
SignatureProvider sigProvider)
Get an instance of
XMLSignatureManager with specified
KeyProvider and SignatureProvider . |
Constructor and Description |
---|
XMLSignatureManager(KeyProvider keyProvider,
SignatureProvider sigProvider)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
WSSSignatureProvider
WSSSignatureProvider is a class for signing and
signature verification of WSS XML Documents which implements
AMSignatureProvider . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.