public interface CertificateProvider
Modifier and Type | Method and Description |
---|---|
String |
getAlias(int index)
Returns the alias of the certificate at the specified index.
|
InputStream |
getCertificate(int index)
Returns the content of the certificate at the specified index.
|
int |
getSize()
Returns the number of certificates provides by this provider.
|
String getAlias(int index)
index
- index of the certificate to return@Nullable InputStream getCertificate(int index)
index
- index of the certificate to returnint getSize()