Hide WriteableIdentityCredential constructor from public API
Bug: 111446262 Test: CtsIdentityTestCases Change-Id: Iafe8e76e6491ff92ee751702b8fb44aeda7355a8
This commit is contained in:
@@ -30,6 +30,11 @@ import java.util.Collection;
|
||||
* Use {@link IdentityCredentialStore#createCredential(String, String)} to create a new credential.
|
||||
*/
|
||||
public abstract class WritableIdentityCredential {
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
protected WritableIdentityCredential() {}
|
||||
|
||||
/**
|
||||
* Generates and returns an X.509 certificate chain for the CredentialKey which identifies this
|
||||
* credential to the issuing authority. The certificate contains an
|
||||
|
||||
Reference in New Issue
Block a user