Uses of Interface
org.opensaml.xmlsec.signature.KeyValue
-
Packages that use KeyValue 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 KeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type KeyValue Modifier and Type Method Description static PublicKeyKeyInfoSupport. getKey(KeyValue keyValue)Extracts the DSA or RSA public key within theKeyValue. -
Uses of KeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>KeyInfo. getKeyValues()Get the list of KeyValue child elements.
-