Class OpenPGPCertificate.OpenPGPSignatureChain

java.lang.Object
org.bouncycastle.openpgp.api.OpenPGPCertificate.OpenPGPSignatureChain
All Implemented Interfaces:
Comparable<OpenPGPCertificate.OpenPGPSignatureChain>, Iterable<OpenPGPCertificate.OpenPGPSignatureChain.Link>
Enclosing class:
OpenPGPCertificate

public static class OpenPGPCertificate.OpenPGPSignatureChain extends Object implements Comparable<OpenPGPCertificate.OpenPGPSignatureChain>, Iterable<OpenPGPCertificate.OpenPGPSignatureChain.Link>
Chain of signatures. Such a chain originates from a certificates primary key and points towards some certificate component that is bound to the certificate. As for example a subkey can only be bound by a primary key that holds either at least one direct-key self-signature or at least one user-id binding signature, multiple signatures may form a validity chain. An OpenPGPCertificate.OpenPGPSignatureChain can either be a certification (isCertification()), e.g. it represents a positive binding, or it can be a revocation (isRevocation()) which invalidates a positive binding.