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