Java org.bouncycastle.asn1.cms SignerInfo fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.cms SignerInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.cms SignerInfo.

The text is from its open source code.

Implementation

org.bouncycastle.asn1.cms.SignerInfo has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ASN1SetgetAuthenticatedAttributes()
AlgorithmIdentifiergetDigestAlgorithm()
AlgorithmIdentifiergetDigestEncryptionAlgorithm()
ASN1OctetStringgetEncryptedDigest()
SignerInfogetInstance(Object o)
Return a SignerInfo object from the given input

Accepted inputs:

  • null → null
  • SignerInfo object
  • org.bouncycastle.asn1.ASN1Sequence#getInstance(java.lang.Object) ASN1Sequence input formats with SignerInfo structure inside
SignerIdentifiergetSID()
ASN1SetgetUnauthenticatedAttributes()
ASN1IntegergetVersion()