Package | Description |
---|---|
org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
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 |
---|---|
DSAKeyValue |
KeyValue.getDSAKeyValue()
Get the DSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setDSAKeyValue(DSAKeyValue newDSAKeyValue)
Set the DSAKeyValue child element.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.