toService method
Implementation
DerivationService toService() {
switch (this) {
case DerivationStrategy.pbkdf2Hmac:
return Pbkdf2Hmac();
}
}
DerivationService toService() {
switch (this) {
case DerivationStrategy.pbkdf2Hmac:
return Pbkdf2Hmac();
}
}