Uses of Class
org.xipki.security.X509Cert
-
Packages that use X509Cert Package Description org.xipki.security org.xipki.security.jce org.xipki.security.pkcs11 org.xipki.security.pkcs12 org.xipki.security.util -
-
Uses of X509Cert in org.xipki.security
Methods in org.xipki.security that return X509Cert Modifier and Type Method Description X509CertConcurrentContentSigner. getCertificate()X509CertDfltConcurrentContentSigner. getCertificate()X509Cert[]ConcurrentContentSigner. getCertificateChain()X509Cert[]DfltConcurrentContentSigner. getCertificateChain()Methods in org.xipki.security that return types with arguments of type X509Cert Modifier and Type Method Description List<X509Cert>SignerConf. getPeerCertificates()Methods in org.xipki.security with parameters of type X509Cert Modifier and Type Method Description ConcurrentContentSignerAbstractSecurityFactory. createSigner(String type, SignerConf conf, X509Cert cert)ConcurrentContentSignerSecurityFactory. createSigner(String type, SignerConf conf, X509Cert cert)Creates signer.ConcurrentContentSignerSecurityFactory. createSigner(String type, SignerConf conf, X509Cert[] certs)Creates signer.ConcurrentContentSignerSecurityFactoryImpl. createSigner(String type, SignerConf conf, X509Cert[] certificateChain)org.bouncycastle.operator.ContentVerifierProviderAbstractSecurityFactory. getContentVerifierProvider(X509Cert cert)org.bouncycastle.operator.ContentVerifierProviderSecurityFactory. getContentVerifierProvider(X509Cert cert)Gets the ContentVerifierProvider from the certificate.ConcurrentContentSignerSignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain)Creates a new signer.ConcurrentContentSignerSignerFactoryRegister. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain)Creates a newConcurrentContentSigner.ConcurrentContentSignerSignerFactoryRegisterImpl. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain)voidConcurrentContentSigner. setCertificateChain(X509Cert[] certchain)Set the CertificateChain.voidDfltConcurrentContentSigner. setCertificateChain(X509Cert[] certificateChain)Method parameters in org.xipki.security with type arguments of type X509Cert Modifier and Type Method Description voidSignerConf. setPeerCertificates(List<X509Cert> peerCertificates)Constructors in org.xipki.security with parameters of type X509Cert Constructor Description DHSigStaticKeyCertPair(PrivateKey privateKey, X509Cert certificate)IssuerHash(HashAlgo hashAlgo, X509Cert issuerCert) -
Uses of X509Cert in org.xipki.security.jce
Constructors in org.xipki.security.jce with parameters of type X509Cert Constructor Description JceSignerBuilder(PrivateKey privateKey, PublicKey publicKey, X509Cert[] certificateChain, String providerName)JceSignerBuilder(PrivateKey privateKey, PublicKey publicKey, X509Cert[] certificateChain, Provider provider) -
Uses of X509Cert in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 with parameters of type X509Cert Modifier and Type Method Description ConcurrentContentSignerP11SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain) -
Uses of X509Cert in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 that return X509Cert Modifier and Type Method Description X509CertP12ContentSignerBuilder. getCertificate()X509Cert[]KeypairWithCert. getCertificateChain()X509Cert[]P12ContentSignerBuilder. getCertificateChain()Methods in org.xipki.security.pkcs12 with parameters of type X509Cert Modifier and Type Method Description static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert cert)static KeypairWithCertKeypairWithCert. fromKeystore(String keystoreType, InputStream keystoreStream, char[] keystorePassword, String keyname, char[] keyPassword, X509Cert[] certchain)static KeypairWithCertKeypairWithCert. fromKeystore(KeyStore keystore, String keyname, char[] keyPassword, X509Cert[] certchain)ConcurrentContentSignerP12SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain)Constructors in org.xipki.security.pkcs12 with parameters of type X509Cert Constructor Description KeypairWithCert(PrivateKey key, X509Cert[] certificateChain)P12XdhMacContentSignerBuilder(KeypairWithCert keypairWithCert, X509Cert peerCert)P12XdhMacContentSignerBuilder(X509Cert peerCert, PrivateKey privateKey, PublicKey publicKey) -
Uses of X509Cert in org.xipki.security.util
Methods in org.xipki.security.util that return X509Cert Modifier and Type Method Description static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, boolean includeTargetCert)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, Collection<X509Cert> trustanchors, boolean includeTargetCert)X509CertHttpRequestMetadataRetriever. getTlsClientCert()static X509CertX509Util. parseCert(byte[] bytes)static X509CertX509Util. parseCert(File file)static X509CertX509Util. parseCert(InputStream certStream)Methods in org.xipki.security.util that return types with arguments of type X509Cert Modifier and Type Method Description static List<X509Cert>X509Util. listCertificates(String encodedCerts)static List<X509Cert>X509Util. parseCerts(byte[] certsBytes)static List<X509Cert>X509Util. parseCerts(InputStream certsStream)static List<X509Cert>X509Util. parseCerts(List<org.xipki.util.FileOrBinary> certsConf)Methods in org.xipki.security.util with parameters of type X509Cert Modifier and Type Method Description static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, boolean includeTargetCert)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, Collection<X509Cert> trustanchors, boolean includeTargetCert)static StringX509Util. encodeCertificates(X509Cert[] certchain)static StringX509Util. formatCert(X509Cert cert, boolean verbose)static booleanX509Util. issues(X509Cert issuerCert, X509Cert cert)static StringX509Util. toPemCert(X509Cert cert)Method parameters in org.xipki.security.util with type arguments of type X509Cert Modifier and Type Method Description static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, boolean includeTargetCert)Build the certificate path.static X509Cert[]X509Util. buildCertPath(X509Cert targetCert, Collection<X509Cert> certs, Collection<X509Cert> trustanchors, boolean includeTargetCert)
-