Home
last modified time | relevance | path

Searched refs:IdentityKeyType (Results 1 – 1 of 1) sorted by relevance

/credentials/credentials-e2ee/src/main/java/androidx/credentials/e2ee/
DIdentityKey.kt34 private constructor(val public: ByteArray, val private: ByteArray, @IdentityKeyType val type: Int) {
38 annotation class IdentityKeyType class in androidx.credentials.e2ee.IdentityKey
70 @IdentityKeyType keyType: Int in createFromPrf()