跳过导航链接
C D E F G K M R S T V W X 

C

CertConstants - com.webank.cert.toolkit.constants中的类
 
CertConstants() - 类 的构造器com.webank.cert.toolkit.constants.CertConstants
 
CertService - com.webank.cert.toolkit.service中的类
CertService
CertService() - 类 的构造器com.webank.cert.toolkit.service.CertService
 
CertUtils - com.webank.cert.toolkit.utils中的类
 
CertUtils() - 类 的构造器com.webank.cert.toolkit.utils.CertUtils
 
com.webank.cert.toolkit.constants - 程序包 com.webank.cert.toolkit.constants
 
com.webank.cert.toolkit.handler - 程序包 com.webank.cert.toolkit.handler
 
com.webank.cert.toolkit.model - 程序包 com.webank.cert.toolkit.model
 
com.webank.cert.toolkit.service - 程序包 com.webank.cert.toolkit.service
 
com.webank.cert.toolkit.utils - 程序包 com.webank.cert.toolkit.utils
 
convertECPrivateKeyPKCS8ToPEM(byte[]) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
Converts the PKCS8 standard private key byte stream to PEM
convertPKCS8ToECPrivateKey(byte[]) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
Converts the PKCS8 standard private key byte stream to a private key pair
convertStrToCert(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
convertStrToCsr(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
createCert(boolean, String, X500Name, X500Name, KeyUsage, PublicKey, PrivateKey, Date, Date) - 类 中的静态方法com.webank.cert.toolkit.handler.X509CertHandler
 
createCertRequest(X500NameInfo, PublicKey, PrivateKey, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
create CertificationRequest
createChildCert(boolean, String, X509Certificate, PKCS10CertificationRequest, KeyUsage, Date, Date, PrivateKey) - 类 中的静态方法com.webank.cert.toolkit.handler.X509CertHandler
 
createChildCertificate(boolean, String, X509Certificate, PKCS10CertificationRequest, KeyUsage, Date, Date, PrivateKey) - 类 中的方法com.webank.cert.toolkit.service.CertService
create ChildCertificate
createCRL(X509Certificate, PrivateKey, List<X509Certificate>, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
revoke certificate
createCRL(X509Certificate, PrivateKey, List<X509Certificate>, String, int, Date) - 类 中的方法com.webank.cert.toolkit.service.CertService
revoke certificate
createCSR(X500Name, PublicKey, PrivateKey, String) - 类 中的静态方法com.webank.cert.toolkit.handler.X509CertHandler
 
createRootCert(String, X500Name, KeyUsage, Date, Date, PublicKey, PrivateKey) - 类 中的静态方法com.webank.cert.toolkit.handler.X509CertHandler
 
createRootCertificate(String, X500NameInfo, KeyUsage, Date, Date, PublicKey, PrivateKey) - 类 中的方法com.webank.cert.toolkit.service.CertService
create RootCertificate
CURVE - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 

D

DEFAULT_SIGNATURE_ALGORITHM - 类 中的静态变量com.webank.cert.toolkit.constants.CertConstants
 
DEFAULT_VALIDITY - 类 中的静态变量com.webank.cert.toolkit.constants.CertConstants
 
DOMAIN_PARAMS - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 

E

exist(String) - 类 中的静态方法com.webank.cert.toolkit.utils.FileOperationUtils
 

F

FileOperationUtils - com.webank.cert.toolkit.utils中的类
FileUtils
FileOperationUtils() - 类 的构造器com.webank.cert.toolkit.utils.FileOperationUtils
 

G

G_POINT - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 
generateCertRequestByDefaultConf(X500NameInfo, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate certRequest by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateCertRequestByDefaultConf(X500NameInfo, String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate certRequest by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateChildCertByDefaultConf(String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate childCert by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateChildCertByDefaultConf(String, String, String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate childCert by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days) the generated certificate is saved in a file
generateChildCertByDefaultConf(boolean, KeyUsage, String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate childCert by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateChildCertByDefaultConf(boolean, KeyUsage, String, String, String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate childCert by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateECDSAKeyPair() - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
Generate ECDSA key pairs
generateECKeyPair(ECDomainParameters, SecureRandom) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
generateKeyPair() - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
generateKeyPairParameter(ECDomainParameters, SecureRandom) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
Generate ECC key pairs
generateKPAndRootCert(X500NameInfo, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate RSA keyPair and CA certificate by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days) , the generated certificate and key will be saved in file that specifies the path
generateKPAndRootCert(X500NameInfo, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate RSA keyPair and CA certificate by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days) , the generated certificate and key will be saved in file that specifies the path
generateRootCertByDefaultConf(X500NameInfo, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate CA certificate by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days)
generateRootCertByDefaultConf(X500NameInfo, String, String, String) - 类 中的方法com.webank.cert.toolkit.service.CertService
generate CA certificate by default configuration (signature algorithm is SHA256WITHRSA, valid for 3650 days) the generated certificate is saved in a file
generateSM2KeyPair() - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
Generate SM2 key pairs
generateSM2KeyPairParameter() - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getECKeyPair(String) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getPublicKey(ECPrivateKey) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getRSAKeyPair(String) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getRSAPrivateKey(String) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getRSAPublicKey(String) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 
getRSAPublicKey(PrivateKey) - 类 中的静态方法com.webank.cert.toolkit.utils.KeyUtils
 

K

KeyUtils - com.webank.cert.toolkit.utils中的类
 
KeyUtils() - 类 的构造器com.webank.cert.toolkit.utils.KeyUtils
 

M

mkdir(String) - 类 中的静态方法com.webank.cert.toolkit.utils.FileOperationUtils
 

R

readCrl(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readCrt(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readCsr(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readKey(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readPEMAsString(Object) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readPEMObject(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readPriKeyFromPfx(String, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
read PriKey from Pfx
readRSAKey(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
readStringAsPEM(String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
revokeCert(X509Certificate, PrivateKey, List<X509Certificate>, String, int, Date) - 类 中的静态方法com.webank.cert.toolkit.handler.X509CertHandler
 

S

savePfx(String, PrivateKey, String, List<X509Certificate>, String, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
Save the PFX file that contains the public key, private key, and certificate chain alias
SM2_ECC_GX - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 
SM2_ECC_GY - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 
SM2_ECC_H - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 
SM2_ECC_N - 类 中的静态变量com.webank.cert.toolkit.utils.KeyUtils
 

T

toString() - 类 中的方法com.webank.cert.toolkit.model.X500NameInfo
 

V

verify(X509Certificate, List<X509Certificate>) - 类 中的方法com.webank.cert.toolkit.service.CertService
verify cert
verify(X509Certificate, List<X509Certificate>, X509CRL) - 类 中的方法com.webank.cert.toolkit.service.CertService
verify cert

W

writeCrl(X509CRL, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
writeCrt(X509Certificate, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
writeCsr(PKCS10CertificationRequest, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
writeKey(Key, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 
writeToFile(Object, String) - 类 中的静态方法com.webank.cert.toolkit.utils.CertUtils
 

X

X500NameInfo - com.webank.cert.toolkit.model中的类
 
X500NameInfo() - 类 的构造器com.webank.cert.toolkit.model.X500NameInfo
 
X509CertHandler - com.webank.cert.toolkit.handler中的类
X509CertHandler
X509CertHandler() - 类 的构造器com.webank.cert.toolkit.handler.X509CertHandler
 
C D E F G K M R S T V W X 
跳过导航链接