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

uni.BouncyCastle-JCA.3.0.1.source-code.CertificateFactory.crysl Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
SPEC java.security.cert.CertificateFactory

OBJECTS
	java.io.InputStream inStream;
	java.lang.String encoding;
	java.lang.String type;

EVENTS
	g1: getInstance(type);
	g2: getInstance(type, _);
	Get := g1 | g2;
	
	gc1: generateCertificate(inStream);
	GenCert := gc1;
	
	gen1: generateCertPath(inStream);
	gen2: generateCertPath(inStream, encoding);
	GenCertPath := gen1 | gen2;
	
	gcrl1: generateCRL(inStream);
	GenCRL := gcrl1;
	
ORDER
	Get, (GenCert | GenCertPath | GenCRL)+
	
CONSTRAINTS
	type in {"X509", "X.509"};
	encoding in {"PKCS7", "PkiPath"};
	
ENSURES
	generatedCert[type];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy