Package com.google.crypto.tink.internal
Interface PrimitiveWrapper.PrimitiveFactory<B>
-
- Enclosing interface:
- PrimitiveWrapper<B,P>
public static interface PrimitiveWrapper.PrimitiveFactory<B>Creates a primitive from an entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bcreate(KeysetHandleInterface.Entry k)
-
-
-
Method Detail
-
create
B create(KeysetHandleInterface.Entry k) throws java.security.GeneralSecurityException
- Throws:
java.security.GeneralSecurityException
-
-