es.caib.signatura.impl
Class SMIMEPkcs7InputStream
java.lang.Object
java.io.InputStream
es.caib.signatura.impl.SMIMEPkcs7InputStream
- All Implemented Interfaces:
- java.io.Closeable
public class SMIMEPkcs7InputStream
- extends java.io.InputStream
Clase que transforma una firma pkcs7 en un InputStream en formato SMIME.
En concreto, el formato SMIME devuelto es application/pkcs7-mime.
- Version:
- 1.0
- Author:
- 3digits
|
Constructor Summary |
SMIMEPkcs7InputStream(byte[] pkcs7)
Crea un nuevo SMIMEInputStream a partir de la firma en pkcs7 y el contentType del MIME |
| Methods inherited from class java.io.InputStream |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMIMEPkcs7InputStream
public SMIMEPkcs7InputStream(byte[] pkcs7)
- Crea un nuevo SMIMEInputStream a partir de la firma en pkcs7 y el contentType del MIME
- Parameters:
pkcs7 - el array de bytes que representa el pkcs7
close
public void close()
throws java.io.IOException
- Specified by:
close in interface java.io.Closeable- Overrides:
close in class java.io.InputStream
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Specified by:
read in class java.io.InputStream
- Throws:
java.io.IOException
read
public int read(byte[] targetBuffer,
int offset,
int length)
throws java.io.IOException
- Overrides:
read in class java.io.InputStream
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Overrides:
available in class java.io.InputStream
- Throws:
java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
- Overrides:
skip in class java.io.InputStream
- Throws:
java.io.IOException
mark
public void mark(int readlimit)
- Overrides:
mark in class java.io.InputStream
reset
public void reset()
throws java.io.IOException
- Overrides:
reset in class java.io.InputStream
- Throws:
java.io.IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported in class java.io.InputStream
Copyright © 2011 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.