public class CryptoConditionReader extends Object
| Constructor | Description |
|---|---|
CryptoConditionReader() |
| Modifier and Type | Method | Description |
|---|---|---|
static Condition |
readCondition(byte[] buffer) |
|
static Condition |
readCondition(byte[] buffer,
int offset,
int length) |
|
static Condition |
readCondition(DERInputStream in) |
|
static Condition |
readCondition(DERInputStream in,
AtomicInteger bytesRead) |
|
static Fulfillment |
readFulfillment(byte[] buffer) |
|
static Fulfillment |
readFulfillment(byte[] buffer,
int offset,
int length) |
|
static Fulfillment |
readFulfillment(DERInputStream in) |
|
static Fulfillment |
readFulfillment(DERInputStream in,
AtomicInteger bytesRead) |
public static Condition readCondition(byte[] buffer) throws DEREncodingException
DEREncodingExceptionpublic static Condition readCondition(byte[] buffer, int offset, int length) throws DEREncodingException
DEREncodingExceptionpublic static Condition readCondition(DERInputStream in) throws DEREncodingException, IOException
DEREncodingExceptionIOExceptionpublic static Condition readCondition(DERInputStream in, AtomicInteger bytesRead) throws DEREncodingException, IOException
DEREncodingExceptionIOExceptionpublic static Fulfillment readFulfillment(byte[] buffer) throws DEREncodingException
DEREncodingExceptionpublic static Fulfillment readFulfillment(byte[] buffer, int offset, int length) throws DEREncodingException
DEREncodingExceptionpublic static Fulfillment readFulfillment(DERInputStream in) throws DEREncodingException, IOException
DEREncodingExceptionIOExceptionpublic static Fulfillment readFulfillment(DERInputStream in, AtomicInteger bytesRead) throws DEREncodingException, IOException
DEREncodingExceptionIOExceptionCopyright © 2018. All rights reserved.