Package org.bouncycastle.tls
Class CertificateEntry
- java.lang.Object
-
- org.bouncycastle.tls.CertificateEntry
-
public class CertificateEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TlsCertificatecertificateprotected java.util.Hashtableextensions
-
Constructor Summary
Constructors Constructor Description CertificateEntry(TlsCertificate certificate, java.util.Hashtable extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsCertificategetCertificate()java.util.HashtablegetExtensions()
-
-
-
Field Detail
-
certificate
protected final TlsCertificate certificate
-
extensions
protected final java.util.Hashtable extensions
-
-
Constructor Detail
-
CertificateEntry
public CertificateEntry(TlsCertificate certificate, java.util.Hashtable extensions)
-
-
Method Detail
-
getCertificate
public TlsCertificate getCertificate()
-
getExtensions
public java.util.Hashtable getExtensions()
-
-