Class KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder
java.lang.Object
se.swedenconnect.security.algorithms.impl.AbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>
se.swedenconnect.security.algorithms.impl.AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>
se.swedenconnect.security.algorithms.impl.AbstractKeyBasedAlgorithm.AbstractKeyBasedAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>
se.swedenconnect.security.algorithms.impl.KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder
- All Implemented Interfaces:
AlgorithmBuilder<KeyTransportAlgorithmImpl>
- Enclosing class:
KeyTransportAlgorithmImpl
public static class KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder
extends AbstractKeyBasedAlgorithm.AbstractKeyBasedAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>
Builder for
KeyTransportAlgorithm
objects.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyTransportAlgorithmImpl
createAlgorithm
(String algorithmUri) Creates theAlgorithm
instance.Gets the current builder instance.Methods inherited from class se.swedenconnect.security.algorithms.impl.AbstractKeyBasedAlgorithm.AbstractKeyBasedAlgorithmBuilder
assertCorrect, keyType
Methods inherited from class se.swedenconnect.security.algorithms.impl.AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder
joseAlgorithm
Methods inherited from class se.swedenconnect.security.algorithms.impl.AbstractAlgorithm.AbstractAlgorithmBuilder
blacklisted, build, getAlgorithm, jcaName, order
-
Constructor Details
-
KeyTransportAlgorithmBuilder
Constructor.- Parameters:
algorithmUri
- the algorithm URI
-
-
Method Details
-
getBuilder
Gets the current builder instance.- Specified by:
getBuilder
in classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,
KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder> - Returns:
- the builder instance
-
createAlgorithm
Creates theAlgorithm
instance.- Specified by:
createAlgorithm
in classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,
KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder> - Parameters:
algorithmUri
- the algorithm URI- Returns:
- an Algorithm instance
-