|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digt.trusted.jce.provider.CAPICertStore
com.digt.trusted.jce.provider.CryptoProCSPCertStore
public class CryptoProCSPCertStore
Constructor Summary | |
---|---|
CryptoProCSPCertStore()
|
Method Summary | |
---|---|
CAPICertStore |
getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params)
Returns a GOSTCertStore object that implements the specified
GOSTCertStore type and is initialized with the specified
parameters. |
Methods inherited from class com.digt.trusted.jce.provider.CAPICertStore |
---|
getAllCertificates, getAllCRLs, getCertificates, getCertStoreParameters, getCRLs, getDefaultType, getProvider, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CryptoProCSPCertStore()
Method Detail |
---|
public CAPICertStore getInstance(java.lang.String type, java.security.cert.CertStoreParameters params) throws java.security.NoSuchAlgorithmException
CAPICertStore
GOSTCertStore
object that implements the specified
GOSTCertStore
type and is initialized with the specified
parameters.GOSTCertStore
type, an instance of
GOSTCertStore
containing that implementation is returned.
If the requested type is not available in the default package, other
packages are searched.GOSTCertStore
that is returned is initialized with the
specified CertStoreParameters
. The type of parameters
needed may vary between different types of CertStore
s.
Note that the specified CertStoreParameters
object is
cloned.
getInstance
in class CAPICertStore
type
- the name of the requested CertStore
typeparams
- the initialization parameters (may be null
)
CertStore
object that implements the specified
CertStore
type
java.security.NoSuchAlgorithmException
- if the requested type is not
available in the default provider package or any of the other provider
packages that were searched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |