Module org.apache.santuario.xmlsec
Class ConcatKDFParams.Builder
java.lang.Object
org.apache.xml.security.encryption.params.ConcatKDFParams.Builder
- Enclosing class:
ConcatKDFParams
The ConcatKDF key derivation algorithm parameters builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalgorithmID(String algorithmID) build()Method builds the ConcatKDF key derivation algorithm parameters from the builder configuration.partyUInfo(String partyUInfo) partyVInfo(String partyVInfo) suppPrivInfo(String suppPrivInfo) suppPubInfo(String suppPubInfo)
-
Constructor Details
-
Builder
-
-
Method Details
-
algorithmID
-
partyUInfo
-
partyVInfo
-
suppPubInfo
-
suppPrivInfo
-
build
Method builds the ConcatKDF key derivation algorithm parameters from the builder configuration.
-