All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.its.asn1.RecipientInfo Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
package org.bouncycastle.its.asn1;

/**
 * 
 *     RecipientInfo ::= CHOICE {
 *         pskRecipInfo PreSharedKeyReicpientInfo,
 *         symmRecipInfo SymmRecipientInfo,
 *         certRecipInfo PKRecipientInfo,
 *         signedDataRecipInfo PKRecipientInfo,
 *         rekRecipInfo PKRecipientInfo
 *     }
 * 
*/ public class RecipientInfo { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy