Uses of Class
org.apache.xml.security.encryption.params.KeyAgreementParameters.ActorType
-
Packages that use KeyAgreementParameters.ActorType Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.params -
-
Uses of KeyAgreementParameters.ActorType in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption with parameters of type KeyAgreementParameters.ActorType Modifier and Type Method Description static KeyAgreementParametersXMLCipherUtil. constructAgreementParameters(String agreementAlgorithmURI, KeyAgreementParameters.ActorType actorType, KeyDerivationParameters keyDerivationParameter, PrivateKey keyAgreementPrivateKey, PublicKey keyAgreementPublicKey)Construct an KeyAgreementParameterSpec object from the given parameters -
Uses of KeyAgreementParameters.ActorType in org.apache.xml.security.encryption.params
Methods in org.apache.xml.security.encryption.params that return KeyAgreementParameters.ActorType Modifier and Type Method Description KeyAgreementParameters.ActorTypeKeyAgreementParameters. getActorType()static KeyAgreementParameters.ActorTypeKeyAgreementParameters.ActorType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyAgreementParameters.ActorType[]KeyAgreementParameters.ActorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.xml.security.encryption.params with parameters of type KeyAgreementParameters.ActorType Constructor Description KeyAgreementParameters(KeyAgreementParameters.ActorType actorType, String keyAgreementAlgorithm, KeyDerivationParameters keyDerivationParameter)
-