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. -
-
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.
-