Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
static X509Digest |
KeyInfoHelper.buildX509Digest(X509Certificate javaCert,
String algorithmURI)
Build an
X509Digest containing the digest of the specified certificate. |
Modifier and Type | Class and Description |
---|---|
class |
X509DigestImpl
Concrete implementation of
X509Digest . |
Modifier and Type | Method and Description |
---|---|
X509Digest |
X509DigestBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
X509Digest |
X509DigestBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
void |
X509DigestSchemaValidator.validate(X509Digest xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
X509DigestSchemaValidator.validateContent(X509Digest xmlObject)
Validate the digest content.
|
Copyright © 1999–2014. All rights reserved.