Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
static DSAKeyValue |
KeyInfoSupport.buildDSAKeyValue(DSAPublicKey dsaPubKey)
Builds a
DSAKeyValue XMLObject from the Java security DSA public key type. |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoSupport.getDSAKey(DSAKeyValue keyDescriptor)
Builds an DSA key from a
DSAKeyValue element. |
static PublicKey |
KeyInfoSupport.getDSAKey(DSAKeyValue keyDescriptor,
DSAParams dsaParams)
Builds a DSA key from an
DSAKeyValue element and the supplied Java DSAParams , which supplies key
material from a shared key family. |
static boolean |
KeyInfoSupport.hasCompleteDSAParams(DSAKeyValue keyDescriptor)
Check whether the specified
DSAKeyValue element has the all optional DSA values which can be shared
amongst many keys in a DSA "key family", and are presumed to be known from context. |
Modifier and Type | Method and Description |
---|---|
protected DSAKeyValue |
DSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject)
Get the DSAKeyValue from the passed XML object.
|
Modifier and Type | Method and Description |
---|---|
DSAKeyValue |
KeyValue.getDSAKeyValue()
Get the DSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element.
|
Modifier and Type | Class and Description |
---|---|
class |
DSAKeyValueImpl
Concrete implementation of
DSAKeyValue . |
Modifier and Type | Method and Description |
---|---|
DSAKeyValue |
DSAKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
DSAKeyValue |
DSAKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
DSAKeyValue |
KeyValueImpl.getDSAKeyValue()
Get the DSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValueImpl.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.