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 KeyTransportAlgorithmImplcreateAlgorithm(String algorithmUri) Creates theAlgorithminstance.Gets the current builder instance.Methods inherited from class se.swedenconnect.security.algorithms.impl.AbstractKeyBasedAlgorithm.AbstractKeyBasedAlgorithmBuilder
assertCorrect, keyTypeMethods inherited from class se.swedenconnect.security.algorithms.impl.AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder
joseAlgorithmMethods 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:
getBuilderin classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder> - Returns:
- the builder instance
-
createAlgorithm
Creates theAlgorithminstance.- Specified by:
createAlgorithmin classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder> - Parameters:
algorithmUri- the algorithm URI- Returns:
- an Algorithm instance
-