No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | java.security.cert.CollectionCertStoreParameters |
The parameters to initialize a Collection type CertStore
instance.
It is used to specify the Collection
where the CertStore
will retrieve the certificates and CRLs from.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
CollectionCertStoreParameters without a collection.
|
||||||||||
|
Creates a new
CollectionCertStoreParameters with the specified collection.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Clones this
CollectionCertStoreParameters instance, but not the underlying collection.
|
||||||||||
|
Returns the collection where the
Certificate s and
CRL s are retrieved from.
|
||||||||||
|
Returns the string representation of this instance.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Creates a new CollectionCertStoreParameters
without a collection.
The default collection is an empty and unmodifiable Collection
.
Creates a new CollectionCertStoreParameters
with the specified collection.
The specified collection is not copied and therefore may be modified at any time.
collection | the collection where the Certificate s and CRL s will be retrieved from. |
---|
NullPointerException | if collection is null . |
---|
Clones this CollectionCertStoreParameters
instance, but not the underlying collection.
Returns the collection where the Certificate
s and CRL
s are retrieved from.
Certificate
s and CRL
s will be retrieved from. Returns the string representation of this instance.