Uses of Interface
org.opensaml.xmlsec.signature.DEREncodedKeyValue
Packages that use DEREncodedKeyValue
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.
-
Uses of DEREncodedKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo with parameters of type DEREncodedKeyValueModifier and TypeMethodDescriptionstatic PublicKeyKeyInfoSupport.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 DEREncodedKeyValueModifier and TypeMethodDescriptionKeyInfo.getDEREncodedKeyValues()Get the list of DEREncodedKeyValue child elements.