Uses of Interface
org.opensaml.xmlsec.signature.X509SKI
Packages that use X509SKI
Package
Description
Classes in support of processing XML Signature KeyInfo material.
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of X509SKI in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return X509SKIModifier and TypeMethodDescriptionstatic X509SKIKeyInfoSupport.buildX509SKI(X509Certificate javaCert) Build anX509SKIcontaining the subject key identifier extension value contained within a certificate. -
Uses of X509SKI in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type X509SKI -
Uses of X509SKI in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement X509SKIMethods in org.opensaml.xmlsec.signature.impl that return X509SKIModifier and TypeMethodDescriptionX509SKIBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.X509SKIBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type X509SKIModifier and TypeMethodDescriptionX509DataImpl.getX509SKIs()Get the list of X509SKI child elements.