Uses of Class
org.opensaml.xmlsec.agreement.KeyAgreementException
-
Packages that use KeyAgreementException Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations. -
-
Uses of KeyAgreementException in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement that throw KeyAgreementException Modifier and Type Method Description KeyAgreementCredentialKeyAgreementProcessor. execute(Credential publicCredential, String keyAlgorithm, KeyAgreementParameters parameters)Perform the key agreement operation and return a new credential representing the results.static KeyAgreementProcessorKeyAgreementSupport. getProcessor(String algorithm)Lookup and return theKeyAgreementProcessorto use for the specified key agreement algorithm.voidKeyAgreementParameters. initializeAll()A convenience method for initializing all parameters which are initializable.static voidKeyAgreementSupport. validateKeyAlgorithmAndSize(String algorithmURI, Integer specifiedKeyLength)Validate the specified algorithm URI and key length for consistency.
-