Uses of Interface
org.opensaml.xml.signature.DEREncodedKeyValue

Packages that use DEREncodedKeyValue
org.opensaml.xml.security.keyinfo Interfaces and classes for working with XML KeyInfo elements. 
org.opensaml.xml.security.keyinfo.provider Specific implementations of KeyInfoProvider
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
 

Uses of DEREncodedKeyValue in org.opensaml.xml.security.keyinfo
 

Methods in org.opensaml.xml.security.keyinfo with parameters of type DEREncodedKeyValue
static PublicKey KeyInfoHelper.getKey(DEREncodedKeyValue keyValue)
          Extracts the public key within the DEREncodedKeyValue.
 

Uses of DEREncodedKeyValue in org.opensaml.xml.security.keyinfo.provider
 

Methods in org.opensaml.xml.security.keyinfo.provider that return DEREncodedKeyValue
protected  DEREncodedKeyValue DEREncodedKeyValueProvider.getDEREncodedKeyValue(XMLObject xmlObject)
          Get the DEREncodedKeyValue from the passed XML object.
 

Uses of DEREncodedKeyValue in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement DEREncodedKeyValue
 class DEREncodedKeyValueImpl
          Concrete implementation of DEREncodedKeyValue.
 

Methods in org.opensaml.xml.signature.impl that return DEREncodedKeyValue
 DEREncodedKeyValue DEREncodedKeyValueBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 DEREncodedKeyValue DEREncodedKeyValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 



Copyright © 1999-2013. All Rights Reserved.