Class KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder
- java.lang.Object
-
- se.swedenconnect.security.algorithms.impl.AbstractAlgorithm.AbstractAlgorithmBuilder<T,B>
-
- se.swedenconnect.security.algorithms.impl.AbstractJoseAlgorithm.AbstractJoseAlgorithmBuilder<T,B>
-
- 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 forKeyTransportAlgorithmobjects.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
-
Constructor Summary
Constructors Constructor Description KeyTransportAlgorithmBuilder(String algorithmUri)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyTransportAlgorithmImplcreateAlgorithm(String algorithmUri)Creates theAlgorithminstance.protected KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuildergetBuilder()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 Detail
-
KeyTransportAlgorithmBuilder
public KeyTransportAlgorithmBuilder(String algorithmUri)
Constructor.- Parameters:
algorithmUri- the algorithm URI
-
-
Method Detail
-
getBuilder
protected KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder getBuilder()
Gets the current builder instance.- Specified by:
getBuilderin classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>- Returns:
- the builder instance
-
createAlgorithm
protected KeyTransportAlgorithmImpl createAlgorithm(String algorithmUri)
Creates theAlgorithminstance.- Specified by:
createAlgorithmin classAbstractAlgorithm.AbstractAlgorithmBuilder<KeyTransportAlgorithmImpl,KeyTransportAlgorithmImpl.KeyTransportAlgorithmBuilder>- Parameters:
algorithmUri- the algorithm URI- Returns:
- an Algorithm instance
-
-