public interface CertificateProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias(int index)
Returns the alias of the certificate at the specified index.
|
java.io.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.
|
int getSize()
@Nullable java.io.InputStream getCertificate(int index)
index
- index of the certificate to returnjava.lang.String getAlias(int index)
index
- index of the certificate to return