Package com.google.k2crypto.keyversions.HmacKeyVersionProto

Examples of com.google.k2crypto.keyversions.HmacKeyVersionProto.HmacKeyVersionData


    @Override
    public Builder withData(KeyVersionData kvData, ExtensionRegistry registry)
        throws InvalidProtocolBufferException {
      super.withData(kvData, registry);

      @SuppressWarnings("unused")
      HmacKeyVersionData data =
          kvData.getExtension(HmacKeyVersionData.extension);
      // TODO(darylseah): Extract info from data (currently not used)
     
      return this;
View Full Code Here

TOP

Related Classes of com.google.k2crypto.keyversions.HmacKeyVersionProto.HmacKeyVersionData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.