Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
nl::Weave::SecuritySupport::PasscodeEncryptionSupport
Zusammenfassung
Öffentliche statische Funktionen
|
decryptPasscode(JNIEnv *env, jclass cls, jbyteArray encryptedPasscode, jbyteArray encKey, jbyteArray authKey, jbyteArray fingerprintKey)
|
jstring
|
encryptPasscode(JNIEnv *env, jclass cls, jint config, jint keyId, jlong nonce, jstring passcode, jbyteArray encKey, jbyteArray authKey, jbyteArray fingerprintKey)
|
jbyteArray
|
getEncryptedPasscodeConfig(JNIEnv *env, jclass cls, jbyteArray encryptedPasscode)
|
jint
|
getEncryptedPasscodeFingerprint(JNIEnv *env, jclass cls, jbyteArray encryptedPasscode)
|
jbyteArray
|
getEncryptedPasscodeKeyId(JNIEnv *env, jclass cls, jbyteArray encryptedPasscode)
|
jint
|
getEncryptedPasscodeNonce(JNIEnv *env, jclass cls, jbyteArray encryptedPasscode)
|
jlong
|
isSupportedPasscodeEncryptionConfig(JNIEnv *env, jclass cls, jint config)
|
jboolean
|
Öffentliche statische Funktionen
decryptPasscode
jstring decryptPasscode(
JNIEnv *env,
jclass cls,
jbyteArray encryptedPasscode,
jbyteArray encKey,
jbyteArray authKey,
jbyteArray fingerprintKey
)
encryptPasscode
jbyteArray encryptPasscode(
JNIEnv *env,
jclass cls,
jint config,
jint keyId,
jlong nonce,
jstring passcode,
jbyteArray encKey,
jbyteArray authKey,
jbyteArray fingerprintKey
)
getEncryptedPasscodeConfig
jint getEncryptedPasscodeConfig(
JNIEnv *env,
jclass cls,
jbyteArray encryptedPasscode
)
getEncryptedPasscodeFingerprint
jbyteArray getEncryptedPasscodeFingerprint(
JNIEnv *env,
jclass cls,
jbyteArray encryptedPasscode
)
getEncryptedPasscodeKeyId
jint getEncryptedPasscodeKeyId(
JNIEnv *env,
jclass cls,
jbyteArray encryptedPasscode
)
getEncryptedPasscodeNonce
jlong getEncryptedPasscodeNonce(
JNIEnv *env,
jclass cls,
jbyteArray encryptedPasscode
)
isSupportedPasscodeEncryptionConfig
jboolean isSupportedPasscodeEncryptionConfig(
JNIEnv *env,
jclass cls,
jint config
)
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern. Thread ist eine eingetragene Marke der Thread Group, Inc.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Benötigte Informationen nicht gefunden"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zu umständlich/zu viele Schritte"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nicht mehr aktuell"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem mit der Übersetzung"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem mit Beispielen/Code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Sonstiges"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Leicht verständlich"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Mein Problem wurde gelöst"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Sonstiges"
}]