com.fitbur.bouncycastle.dvcs.TargetChain Maven / Gradle / Ivy
package com.fitbur.bouncycastle.dvcs;
import com.fitbur.bouncycastle.asn1.dvcs.TargetEtcChain;
public class TargetChain
{
private final TargetEtcChain certs;
public TargetChain(TargetEtcChain certs)
{
this.certs = certs;
}
public TargetEtcChain toASN1Structure()
{
return certs;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy