Tabnine Logo
SignedData.getCRLs
Code IndexAdd Tabnine to your IDE (free)

How to use
getCRLs
method
in
org.spongycastle.asn1.cms.SignedData

Best Java code snippets using org.spongycastle.asn1.cms.SignedData.getCRLs (Showing top 4 results out of 315)

origin: com.madgag.spongycastle/pkix

/**
 * Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
 * this SignedData structure.
 *
 * @param otherRevocationInfoFormat OID of the format type been looked for.
 *
 * @return a Store of ASN1Encodable objects representing any objects of otherRevocationInfoFormat found.
 */
public Store getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat)
{
  return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());
}
origin: com.madgag.spongycastle/bcpkix-jdk15on

/**
 * Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
 *
 * @return a Store of X509CRLHolder objects.
 */
public Store<X509CRLHolder> getCRLs()
{
  return HELPER.getCRLs(signedData.getCRLs());
}
origin: com.madgag.spongycastle/pkix

/**
 * Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
 *
 * @return a Store of X509CRLHolder objects.
 */
public Store getCRLs()
{
  return HELPER.getCRLs(signedData.getCRLs());
}
origin: com.madgag.spongycastle/bcpkix-jdk15on

/**
 * Return any OtherRevocationInfo OtherRevInfo objects of the type indicated by otherRevocationInfoFormat in
 * this SignedData structure.
 *
 * @param otherRevocationInfoFormat OID of the format type been looked for.
 *
 * @return a Store of ASN1Encodable objects representing any objects of otherRevocationInfoFormat found.
 */
public Store getOtherRevocationInfo(ASN1ObjectIdentifier otherRevocationInfoFormat)
{
  return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());
}
org.spongycastle.asn1.cmsSignedDatagetCRLs

Popular methods of SignedData

  • <init>
  • getInstance
    Return a SignedData object from the given object. Accepted inputs: * null → null * SignedData obj
  • getSignerInfos
  • getCertificates
  • getEncapContentInfo
  • calculateVersion
  • checkForVersion3
  • getDigestAlgorithms
  • getVersion
  • toASN1Primitive
    Produce an object suitable for an ASN1OutputStream. SignedData ::= SEQUENCE { version CMSVersion,

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • startActivity (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now