Uses of Enum Class
net.shibboleth.idp.plugin.authn.totp.impl.AbstractSeedSource.Encoding
Packages that use AbstractSeedSource.Encoding
Package
Description
TOTP login flow implementation classes.
-
Uses of AbstractSeedSource.Encoding in net.shibboleth.idp.plugin.authn.totp.impl
Fields in net.shibboleth.idp.plugin.authn.totp.impl declared as AbstractSeedSource.EncodingModifier and TypeFieldDescriptionprivate AbstractSeedSource.EncodingAbstractSeedSource.encodingThe encoding to reverse for the seed.Methods in net.shibboleth.idp.plugin.authn.totp.impl that return AbstractSeedSource.EncodingModifier and TypeMethodDescriptionAbstractSeedSource.getEncoding()Get the encoding of the seeds once they're resolved.static AbstractSeedSource.EncodingReturns the enum constant of this class with the specified name.static AbstractSeedSource.Encoding[]AbstractSeedSource.Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.shibboleth.idp.plugin.authn.totp.impl with parameters of type AbstractSeedSource.EncodingModifier and TypeMethodDescriptionvoidAbstractSeedSource.setEncoding(AbstractSeedSource.Encoding enc) Set the encoding of the seeds once they're resolved.