Searched defs:customKeyManager (Results 1 – 2 of 2) sorted by relevance
42 type customKeyManager struct{} struct47 func (km *customKeyManager) Primitive(serializedKey []byte) (interface{}, error) {60 func (km *customKeyManager) NewKey(serializedKeyFormat []byte) (proto.Message, error) {64 func (km *customKeyManager) NewKeyData(serializedKeyFormat []byte) (*tinkpb.KeyData, error) {87 func (km *customKeyManager) DoesSupport(typeURL string) bool {91 func (km *customKeyManager) TypeURL() string {95 func (km *customKeyManager) KeyMaterialType() tinkpb.KeyData_KeyMaterialType {
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...