Searched refs:getTBSCertificate (Results 1 – 10 of 10) sorted by relevance
203 public byte[] getTBSCertificate() in getTBSCertificate() method in X509CertificateObject208 return c.getTBSCertificate().getEncoded(ASN1Encodable.DER); in getTBSCertificate()281 DERBitString id = c.getTBSCertificate().getIssuerUniqueId(); in getIssuerUniqueID()301 DERBitString id = c.getTBSCertificate().getSubjectUniqueId(); in getSubjectUniqueID()382 X509Extensions extensions = c.getTBSCertificate().getExtensions(); in getCriticalExtensionOIDs()408 X509Extensions exts = c.getTBSCertificate().getExtensions(); in getExtensionBytes()424 X509Extensions exts = c.getTBSCertificate().getExtensions(); in getExtensionValue()451 X509Extensions extensions = c.getTBSCertificate().getExtensions(); in getNonCriticalExtensionOIDs()479 X509Extensions extensions = c.getTBSCertificate().getExtensions(); in hasUnsupportedCriticalExtension()648 X509Extensions extensions = c.getTBSCertificate().getExtensions(); in toString()[all …]
28 ASN1Object.fromByteArray(cert.getTBSCertificate())); in getIssuerX509Principal()48 ASN1Object.fromByteArray(cert.getTBSCertificate())); in getSubjectX509Principal()
73 public TBSCertificateStructure getTBSCertificate() in getTBSCertificate() method in X509CertificateStructure
114 public byte[] getTBSCertificate() in getTBSCertificate() method in X509CertificateTest.MyX509Certificate
293 public byte[] getTBSCertificate() in getTBSCertificate() method in X509CertSelectorTest.TestCert
75 public byte[] getTBSCertificate() throws CertificateEncodingException {
543 tbsCertEncoding, certificate.getTBSCertificate())) { in testGetTBSCertificate()548 printAsHex(20, "", " ", certificate.getTBSCertificate()); in testGetTBSCertificate()
473 tbsCertEncoding, certificate.getTBSCertificate())) { in testGetTBSCertificate()478 printAsHex(20, "", " ", certificate.getTBSCertificate()); in testGetTBSCertificate()
303 public byte[] getTBSCertificate() throws CertificateEncodingException { in testKeyStoreTCToString() method in KeyStoreTest.TestX509Certificate
533 public byte[] getTBSCertificate() throws CertificateEncodingException { in getTBSCertificate() method in TestCertUtils.TestX509Certificate