Package | Description |
---|---|
old.org.bouncycastle.asn1 | |
old.org.bouncycastle.asn1.cms | |
old.org.bouncycastle.asn1.smime | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.x509 |
Constructor and Description |
---|
BERApplicationSpecific(int tagNo,
ASN1EncodableVector vec) |
BERSequence(ASN1EncodableVector v)
create a sequence containing a vector of objects.
|
BERSet(ASN1EncodableVector v) |
DERApplicationSpecific(int tagNo,
ASN1EncodableVector vec) |
DERExternal(ASN1EncodableVector vector) |
DERSequence(ASN1EncodableVector v)
create a sequence containing a vector of objects.
|
DERSet(ASN1EncodableVector v) |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
AttributeTable.getAll(DERObjectIdentifier oid)
Return all the attributes matching the OBJECT IDENTIFIER oid.
|
ASN1EncodableVector |
AttributeTable.toASN1EncodableVector() |
Constructor and Description |
---|
Attributes(ASN1EncodableVector v) |
AttributeTable(ASN1EncodableVector v) |
Modifier and Type | Method and Description |
---|---|
ASN1EncodableVector |
SMIMECapabilityVector.toASN1EncodableVector() |
Modifier and Type | Method and Description |
---|---|
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(ASN1ObjectIdentifier dataType,
OutputStream out,
ASN1EncodableVector recipientInfos,
OutputEncryptor encryptor) |
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(OutputStream out,
ASN1EncodableVector recipientInfos,
OutputEncryptor encryptor) |
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(OutputStream out,
String encryptionOID,
SecretKey encKey,
AlgorithmParameters params,
ASN1EncodableVector recipientInfos,
Provider provider) |
protected OutputStream |
CMSEnvelopedDataStreamGenerator.open(OutputStream out,
String encryptionOID,
SecretKey encKey,
AlgorithmParameters params,
ASN1EncodableVector recipientInfos,
String provider) |
protected OutputStream |
CMSAuthenticatedDataStreamGenerator.open(OutputStream out,
String macOID,
SecretKey encKey,
AlgorithmParameterSpec params,
ASN1EncodableVector recipientInfos,
Provider provider)
Deprecated.
|
protected OutputStream |
CMSAuthenticatedDataStreamGenerator.open(OutputStream out,
String macOID,
SecretKey encKey,
AlgorithmParameterSpec params,
ASN1EncodableVector recipientInfos,
String provider) |
Constructor and Description |
---|
X509Attribute(String oid,
ASN1EncodableVector value)
Create an X.59 Attribute with the type given by the passed in oid and the
value represented by an ASN.1 Set containing the objects in value.
|
Copyright © 2015. All rights reserved.