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

com.qcloud.cos.thirdparty.org.bouncycastle.its.asn1.RecipientInfo Maven / Gradle / Ivy

package org.bouncycastle.its.asn1;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy