- secureRandom() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator that uses a SecureRandom to generate keys of 8 bytes in length.
- secureRandom(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator that uses a SecureRandom to generate keys of a custom length.
- setConnectionSignUp(ConnectionSignUp) - Method in class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
The command to execute to create a new local user profile in the event no user id could be mapped to a connection.
- shared(int) - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Create a BytesKeyGenerator that returns a single, shared SecureRandom key of a custom length.
- SQLiteConnectionRepository - Class in org.springframework.social.connect.sqlite
-
ConnectionRepository that uses SQLite to persist connection data to a relational database.
- SQLiteConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepository(String, SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteConnectionRepository
-
- SQLiteConnectionRepositoryHelper - Class in org.springframework.social.connect.sqlite.support
-
- SQLiteConnectionRepositoryHelper(Context) - Constructor for class org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper
-
- SQLiteUsersConnectionRepository - Class in org.springframework.social.connect.sqlite
-
UsersConnectionRepository that uses SQLite to persist connection data to a relational database.
- SQLiteUsersConnectionRepository(SQLiteOpenHelper, ConnectionFactoryLocator, TextEncryptor) - Constructor for class org.springframework.social.connect.sqlite.SQLiteUsersConnectionRepository
-
- standard(CharSequence, CharSequence) - Static method in class org.springframework.security.crypto.encrypt.AndroidEncryptors
-
Creates a standard password-based bytes encryptor using 256 bit AES encryption.
- string() - Static method in class org.springframework.security.crypto.keygen.AndroidKeyGenerators
-
Creates a StringKeyGenerator that hex-encodes SecureRandom keys of 8 bytes in length.