Uses of Interface
org.apache.xml.security.encryption.AgreementMethod
-
Packages that use AgreementMethod Package Description org.apache.xml.security.encryption -
-
Uses of AgreementMethod in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement AgreementMethod Modifier and Type Class Description private class
XMLCipher.Factory.AgreementMethodImpl
Methods in org.apache.xml.security.encryption that return AgreementMethod Modifier and Type Method Description AgreementMethod
XMLCipher. createAgreementMethod(java.lang.String algorithm)
Create an AgreementMethod object(package private) AgreementMethod
XMLCipher.Factory. newAgreementMethod(java.lang.String algorithm)
-