Uses of Interface
com.atlassian.crowd.embedded.api.Encryptor
Packages that use Encryptor
-
Uses of Encryptor in com.atlassian.crowd.crypto
Classes in com.atlassian.crowd.crypto that implement EncryptorModifier and TypeClassDescriptionclassEncryptor that uses base64 to encode and decode input string.classWrapper that caches encryption and decryption results.classEncryptorthat synchronizes on given cluster lock when doing encryption.classclassclassclassEncryptor that delegates another Encryptor and adds to them the salting feature.Methods in com.atlassian.crowd.crypto that return EncryptorModifier and TypeMethodDescriptionprotected EncryptorPrefixBasedSwitchableEncryptor.getEncryptor(String encryptorKey) Methods in com.atlassian.crowd.crypto that return types with arguments of type EncryptorModifier and TypeMethodDescriptionBasicEncryptorsFactory.createEncryptors()DbConfigPasswordCipherEncryptorsFactory.createEncryptorsMap(EncryptionSettings encryptionSettings) EncryptorsFactory.createEncryptorsMap(EncryptionSettings encryptionSettings) Constructors in com.atlassian.crowd.crypto with parameters of type EncryptorModifierConstructorDescriptionCachedEncryptor(Encryptor delegate, long maxCacheSize, Duration expireAfterAccess, BooleanSupplier cacheEnabledSupplier) DirectoryPasswordsEncryptor(Encryptor encryptor) MissingKeyHandlingEncryptor(Encryptor delegate) PropertyEncryptor(Encryptor encryptor) SaltingEncryptor(Encryptor delegate) Constructor parameters in com.atlassian.crowd.crypto with type arguments of type EncryptorModifierConstructorDescriptionPrefixBasedSwitchableEncryptor(EncryptionSettings encryptionSettings, Map<String, Encryptor> encryptors) -
Uses of Encryptor in com.atlassian.crowd.embedded.api
Subinterfaces of Encryptor in com.atlassian.crowd.embedded.apiModifier and TypeInterfaceDescriptioninterface