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

Packages that use X509SKI
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 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. 
 

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

Methods in org.opensaml.xml.security.keyinfo that return X509SKI
static X509SKI KeyInfoHelper.buildX509SKI(java.security.cert.X509Certificate javaCert)
          Build an X509SKI containing the subject key identifier extension value contained within a certificate.
 

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

Method parameters in org.opensaml.xml.security.keyinfo.provider with type arguments of type X509SKI
protected  java.security.cert.X509Certificate InlineX509DataProvider.findCertFromSubjectKeyIdentifier(java.util.List<java.security.cert.X509Certificate> certs, java.util.List<X509SKI> skis)
          Find the certificate from the chain that contains one of the specified subject key identifiers.
 

Uses of X509SKI in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type X509SKI
 java.util.List<X509SKI> X509Data.getX509SKIs()
          Get the list of X509SKI child elements.
 

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

Classes in org.opensaml.xml.signature.impl that implement X509SKI
 class X509SKIImpl
          Concrete implementation of X509SKI
 

Methods in org.opensaml.xml.signature.impl that return X509SKI
 X509SKI X509SKIBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 X509SKI X509SKIBuilder.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 X509SKI
 java.util.List<X509SKI> X509DataImpl.getX509SKIs()
          Get the list of X509SKI child elements.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.