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 TlsCertificate
certificate
protected java.util.Hashtable
extensions
-
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 TlsCertificate
getCertificate()
java.util.Hashtable
getExtensions()
-
-
-
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()
-
-