Uses of Enum
org.apache.xml.security.encryption.params.KeyAgreementParameters.ActorType
Packages that use KeyAgreementParameters.ActorType
-
Uses of KeyAgreementParameters.ActorType in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption with parameters of type KeyAgreementParameters.ActorTypeModifier and TypeMethodDescriptionstatic 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.ActorTypeModifier and TypeMethodDescriptionKeyAgreementParameters.getActorType()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.ActorTypeModifierConstructorDescriptionKeyAgreementParameters(KeyAgreementParameters.ActorType actorType, String keyAgreementAlgorithm, KeyDerivationParameters keyDerivationParameter)