Class VOMSACGenerator.RandomContentSigner

  • All Implemented Interfaces:
    org.bouncycastle.operator.ContentSigner
    Enclosing class:
    VOMSACGenerator

    static class VOMSACGenerator.RandomContentSigner
    extends java.lang.Object
    implements org.bouncycastle.operator.ContentSigner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.ByteArrayOutputStream bos  
      static int SIG_LENGHT  
      (package private) org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId  
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomContentSigner​(java.lang.String sigAlgName)  
    • Field Detail

      • SIG_LENGHT

        public static int SIG_LENGHT
      • bos

        java.io.ByteArrayOutputStream bos
      • sigAlgId

        org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
    • Constructor Detail

      • RandomContentSigner

        public RandomContentSigner​(java.lang.String sigAlgName)
    • Method Detail

      • getAlgorithmIdentifier

        public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
        Specified by:
        getAlgorithmIdentifier in interface org.bouncycastle.operator.ContentSigner
      • getOutputStream

        public java.io.OutputStream getOutputStream()
        Specified by:
        getOutputStream in interface org.bouncycastle.operator.ContentSigner
      • getSignature

        public byte[] getSignature()
        Specified by:
        getSignature in interface org.bouncycastle.operator.ContentSigner