MCPcopy Index your code
hub / github.com/bcgit/bc-java / SafeCreator

Interface SafeCreator

mail/src/main/java/org/bouncycastle/mail/smime/SMIMEUtil.java:805–808  ·  view source on GitHub ↗

Interface to obfuscate the repetitive constructors so that we could have only one createSafe

Source from the content-addressed store, hash-verified

803 * Interface to obfuscate the repetitive constructors so that we could have only one createSafe
804 */
805 public interface SafeCreator
806 {
807 Object create() throws Exception;
808 }
809
810 /**
811 * If getInputStreamNoMultipartSigned returns PipedInputStream it will lead to

Callers 8

addTestCurvesMethod · 0.65
randMultMethod · 0.65
configureCurveGLVMethod · 0.65
configureCurveGLVMethod · 0.65
genKeyPairMethod · 0.65
encapsMethod · 0.65
decapsMethod · 0.65

Implementers 15

TreeKEMPrivateKeymls/src/main/java/org/bouncycastle/mls
Configcore/src/main/jdk1.2/org/bouncycastle/
ASN1OutputStreamcore/src/main/java/org/bouncycastle/as
ASN1Tagcore/src/main/java/org/bouncycastle/as
Extensioncore/src/main/java/org/bouncycastle/as
GF2xcore/src/main/java/org/bouncycastle/pq
QuatLeftIdealcore/src/main/java/org/bouncycastle/pq
BIKERingcore/src/main/java/org/bouncycastle/pq
Nat256core/src/main/java/org/bouncycastle/ma
Nat160core/src/main/java/org/bouncycastle/ma
Nat192core/src/main/java/org/bouncycastle/ma
Nat128core/src/main/java/org/bouncycastle/ma

Calls

no outgoing calls

Tested by

no test coverage detected