Class JcaTlsCertificate

java.lang.Object
org.bouncycastle.tls.crypto.impl.jcajce.JcaTlsRawKeyCertificate
org.bouncycastle.tls.crypto.impl.jcajce.JcaTlsCertificate
All Implemented Interfaces:
TlsCertificate

public class JcaTlsCertificate extends JcaTlsRawKeyCertificate
Implementation class for a single X.509 certificate based on the JCA. An X.509 certificate is a SubjectPublicKeyInfo plus X.509 metadata, so this extends the raw public key JcaTlsRawKeyCertificate, sharing all of the signature/verifier handling and overriding only the public-key source and the X.509-specific accessors.