|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValue | |
|---|---|
| org.opensaml.xml.security.keyinfo | Interfaces and classes for working with XML KeyInfo elements. |
| org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
| org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
| org.opensaml.xml.signature.validator | |
| Uses of KeyValue in org.opensaml.xml.security.keyinfo |
|---|
| Methods in org.opensaml.xml.security.keyinfo with parameters of type KeyValue | |
|---|---|
static java.security.PublicKey |
KeyInfoHelper.getKey(KeyValue keyValue)
Extracts the DSA or RSA public key within the KeyValue. |
| Method parameters in org.opensaml.xml.security.keyinfo with type arguments of type KeyValue | |
|---|---|
protected void |
BasicProviderKeyInfoCredentialResolver.resolveKeyValue(KeyInfoResolutionContext kiContext,
CriteriaSet criteriaSet,
java.util.List<KeyValue> keyValues)
Resolve the key from any KeyValue element that may be present, and store the resulting key in the resolution context. |
| Uses of KeyValue in org.opensaml.xml.signature |
|---|
| Methods in org.opensaml.xml.signature that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue> |
KeyInfoType.getKeyValues()
Get the list of KeyValue child elements. |
| Uses of KeyValue in org.opensaml.xml.signature.impl |
|---|
| Classes in org.opensaml.xml.signature.impl that implement KeyValue | |
|---|---|
class |
KeyValueImpl
Concrete implementation of KeyValue |
| Methods in org.opensaml.xml.signature.impl that return KeyValue | |
|---|---|
KeyValue |
KeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications. |
KeyValue |
KeyValueBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name. |
| Methods in org.opensaml.xml.signature.impl that return types with arguments of type KeyValue | |
|---|---|
java.util.List<KeyValue> |
KeyInfoTypeImpl.getKeyValues()
Get the list of KeyValue child elements. |
| Uses of KeyValue in org.opensaml.xml.signature.validator |
|---|
| Methods in org.opensaml.xml.signature.validator with parameters of type KeyValue | |
|---|---|
void |
KeyValueSchemaValidator.validate(KeyValue xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
KeyValueSchemaValidator.validateChildrenPresence(KeyValue xmlObject)
Validate that exactly one child is present. |
protected void |
KeyValueSchemaValidator.validateExtensionChildNamespace(KeyValue xmlObject)
Validate that the extension child, if present, is from another namespace. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||