Uses of Interface
org.opensaml.xmlsec.signature.X509SKI
-
Packages that use X509SKI 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.org.opensaml.xmlsec.signature.impl 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 X509SKI Modifier and Type Method Description static 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 Modifier and Type Method Description List<X509SKI>X509Data. getX509SKIs()Get the list of X509SKI child elements. -
Uses of X509SKI in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement X509SKI Modifier and Type Class Description classX509SKIImplConcrete implementation ofX509SKI.Methods in org.opensaml.xmlsec.signature.impl that return X509SKI Modifier and Type Method Description X509SKIX509SKIBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.X509SKIX509SKIBuilder. 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 X509SKI Modifier and Type Method Description List<X509SKI>X509DataImpl. getX509SKIs()Get the list of X509SKI child elements.
-