Uses of Interface
org.opensaml.xmlsec.encryption.AgreementMethod
-
Packages that use AgreementMethod Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of AgreementMethod in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement with parameters of type AgreementMethod Modifier and Type Method Description static IntegerKeyAgreementSupport. getExplicitKeySize(AgreementMethod agreementMethod)Look for an explicit key size via anAgreementMethod's grandparent'sEncryptionMethodchild'sKeySizechild element. -
Uses of AgreementMethod in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type AgreementMethod Modifier and Type Method Description List<AgreementMethod>KeyInfo. getAgreementMethods()Get the list of AgreementMethod child elements.
-