Private password leak verification info.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.PrivatePasswordLeakVerification
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getEncryptedLeakMatchPrefixes() Output only. List of prefixes of the encrypted potential password leaks
that matched the given parameters. They must be compared with the
client-side decryption prefix of Generated from protobuf field repeated bytes encrypted_leak_match_prefixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getEncryptedUserCredentialsHash() Optional. Encrypted Scrypt hash of the canonicalized username+password. It
is re-encrypted by the server and returned through
Generated from protobuf field bytes encrypted_user_credentials_hash = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public getLookupHashPrefix() Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix. Generated from protobuf field bytes lookup_hash_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
|
| public getReencryptedUserCredentialsHash() Output only. Corresponds to the re-encryption of the
Generated from protobuf field bytes reencrypted_user_credentials_hash = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setEncryptedLeakMatchPrefixes( $var) Output only. List of prefixes of the encrypted potential password leaks
that matched the given parameters. They must be compared with the
client-side decryption prefix of Generated from protobuf field repeated bytes encrypted_leak_match_prefixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setEncryptedUserCredentialsHash( $var) Optional. Encrypted Scrypt hash of the canonicalized username+password. It
is re-encrypted by the server and returned through
Generated from protobuf field bytes encrypted_user_credentials_hash = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setLookupHashPrefix( $var) Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix. Generated from protobuf field bytes lookup_hash_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
|
| public setReencryptedUserCredentialsHash( $var) Output only. Corresponds to the re-encryption of the
Generated from protobuf field bytes reencrypted_user_credentials_hash = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| Properties |
| protected $encrypted_user_credentials_hash = '' Optional. Encrypted Scrypt hash of the canonicalized username+password. It
is re-encrypted by the server and returned through
Generated from protobuf field bytes encrypted_user_credentials_hash = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $lookup_hash_prefix = '' Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix. Generated from protobuf field bytes lookup_hash_prefix = 1 [(.google.api.field_behavior) = REQUIRED]; |
| protected $reencrypted_user_credentials_hash = '' Output only. Corresponds to the re-encryption of the
Generated from protobuf field bytes reencrypted_user_credentials_hash = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| Methods |
| Properties |
| private $encrypted_leak_match_prefixes = NULL Output only. List of prefixes of the encrypted potential password leaks
that matched the given parameters. They must be compared with the
client-side decryption prefix of Generated from protobuf field repeated bytes encrypted_leak_match_prefixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; |